| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 2 | 3 | 0.974 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 371 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenamePackageProcessor.java |
| 2 | 2 | 961 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameTypeProcessor.java |
| ||||
String message = Messages.format(RefactoringCoreMessages.RenamePackageRefactoring_aleady_exists, new Object[] {
getNewElementName(), roots[i].getElementName()
} );
|
| ||||
String message = Messages.format(RefactoringCoreMessages.RenameTypeRefactoring_another_type,
new String[] {
getNewElementName(), intersection[i].getElementName()
} );
|
| |||
String message = Messages.format(RefactoringCoreMessages. [[#variable5fa7e260]], new [[#variable5fa7e1e0]][] {
getNewElementName(),
[[#variable5fa7e160]][i].getElementName()
} );
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#5fa7e260]] | RenamePackageRefactoring_aleady_exists |
| 1 | 2 | [[#5fa7e260]] | RenameTypeRefactoring_another_type |
| 2 | 1 | [[#5fa7e1e0]] | Object |
| 2 | 2 | [[#5fa7e1e0]] | String |
| 3 | 1 | [[#5fa7e160]] | roots |
| 3 | 2 | [[#5fa7e160]] | intersection |