Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 4 | 2 | 0.974 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 189 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/participants/ResourceModifications.java |
2 | 1 | 302 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/participants/ResourceModifications.java |
3 | 1 | 340 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/participants/ResourceModifications.java |
4 | 1 | 345 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/participants/ResourceModifications.java |
| ||||
IPath destination = ((IResource) arguments.getDestination()).getFullPath().append(move.getName()); |
| ||||
IPath destination = ((IResource) arguments.getDestination()).getFullPath().append(copy.getName()); |
| ||||
IPath destination = ((IResource) args.getDestination()).getFullPath().append(resource.getName()); |
| ||||
IPath destination = ((IResource) args.getDestination()).getFullPath().append(resource.getName()); |
| |||
IPath destination = ((IResource) [[#variable58194000]].getDestination()).getFullPath().append( [[#variable9aef9f40]].getName()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58194000]] | args |
1 | 2 | [[#58194000]] | arguments |
1 | 3 | [[#58194000]] | arguments |
1 | 4 | [[#58194000]] | args |
2 | 1 | [[#9aef9f40]] | resource |
2 | 2 | [[#9aef9f40]] | copy |
2 | 3 | [[#9aef9f40]] | move |
2 | 4 | [[#9aef9f40]] | resource |