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.992 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 45 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/CopyCompilationUnitChange.java |
2 | 3 | 42 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/MoveCompilationUnitChange.java |
| ||||
public String getName() { return Messages.format(RefactoringCoreMessages.CopyCompilationUnitChange_copy, new String[] { getCu().getElementName(), getPackageName(getDestinationPackage()) } ); } |
| ||||
public String getName() { return Messages.format(RefactoringCoreMessages.MoveCompilationUnitChange_name, new String[] { getCu().getElementName(), getPackageName(getDestinationPackage()) } ); } |
| |||
public String getName() { return Messages.format(RefactoringCoreMessages. [[#variable922a3a20]], new String[] { getCu().getElementName(), getPackageName(getDestinationPackage()) } ); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#922a3a20]] | MoveCompilationUnitChange_name |
1 | 2 | [[#922a3a20]] | CopyCompilationUnitChange_copy |