| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 2 | 2 | 0.973 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 227 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/participants/ResourceModifications.java |
| 2 | 1 | 335 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/participants/ResourceModifications.java |
| ||||
IPath newPath = rename.getFullPath().removeLastSegments(1).append(arguments.getNewName()); |
| ||||
IPath newPath = resource.getFullPath().removeLastSegments(1).append(args.getNewName()); |
| |||
IPath newPath = [[#variableb3446700]].getFullPath().removeLastSegments(1).append( [[#variableb34466c0]].getNewName()); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b3446700]] | resource |
| 1 | 2 | [[#b3446700]] | rename |
| 2 | 1 | [[#b34466c0]] | args |
| 2 | 2 | [[#b34466c0]] | arguments |