| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 1 | 0.994 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 389 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameCompilationUnitProcessor.java |
| 2 | 2 | 170 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameSourceFolderProcessor.java |
| ||||
final String header = Messages.format(RefactoringCoreMessages.RenameCompilationUnitChange_descriptor_description, new String[] {
resource.getFullPath().toString(), newName
} );
final String comment = new JavaRefactoringDescriptorComment(this, header).asString();
|
| ||||
final String header = Messages.format(RefactoringCoreMessages.RenameSourceFolderChange_descriptor_description, new String[] {
resource.getFullPath().toString(), newName
} );
final String comment = new JavaRefactoringDescriptorComment(this, header).asString();
|
| |||
final String header = Messages.format(RefactoringCoreMessages. [[#variable9e73c580]], new String[] {
resource.getFullPath().toString(),
newName
} );
final String comment = new JavaRefactoringDescriptorComment(this, header).asString();
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#9e73c580]] | RenameCompilationUnitChange_descriptor_description |
| 1 | 2 | [[#9e73c580]] | RenameSourceFolderChange_descriptor_description |