| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 1 | 0.989 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 111 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/MoveInstanceMethodAction.java |
| 2 | 3 | 152 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/IntroduceIndirectionAction.java |
| ||||
if ( !ActionUtil.isProcessable(getShell(), method))
return;
RefactoringExecutionStarter.startMoveMethodRefactoring(method, getShell());
|
| ||||
if ( !ActionUtil.isProcessable(getShell(), method))
return;
RefactoringExecutionStarter.startIntroduceIndirectionRefactoring(method, getShell());
|
| |||
if ( !ActionUtil.isProcessable(getShell(), method)) return; RefactoringExecutionStarter. [[#variablebdaa9bc0]](method, getShell()); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#bdaa9bc0]] | startMoveMethodRefactoring |
| 1 | 2 | [[#bdaa9bc0]] | startIntroduceIndirectionRefactoring |