| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 3 | 2 | 0.973 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 847 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractInterfaceProcessor.java |
| 2 | 3 | 2788 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java |
| 3 | 3 | 2820 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java |
| ||||
final RefactoringStatus status = checkTypeName(name);
if (status.hasError())
return status;
|
| ||||
final RefactoringStatus status = setMethodName(name);
if (status.hasError())
return status;
|
| ||||
final RefactoringStatus status = setTargetName(target);
if (status.hasError())
return status;
|
| |||
final RefactoringStatus status = [[#variable623f6da0]]( [[#variable62658040]]); if (status.hasError()) return status; |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#623f6da0]] | checkTypeName |
| 1 | 2 | [[#623f6da0]] | setTargetName |
| 1 | 3 | [[#623f6da0]] | setMethodName |
| 2 | 1 | [[#62658040]] | name |
| 2 | 2 | [[#62658040]] | target |
| 2 | 3 | [[#62658040]] | name |