Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.972 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1125 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java |
2 | 3 | 1128 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java |
| ||||
{ buf.append(CONCAT_STRING); buf.append(resource.getParent().getFullPath().makeRelative().toString()); } |
| ||||
{ buf.append(CONCAT_STRING); buf.append(root.getParent().getPath().makeRelative().toString()); } |
| |||
{ buf.append(CONCAT_STRING); buf.append( [[#variableb51fd300]].getParent(). [[#variableb51fd220]]().makeRelative().toString()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b51fd300]] | root |
1 | 2 | [[#b51fd300]] | resource |
2 | 1 | [[#b51fd220]] | getPath |
2 | 2 | [[#b51fd220]] | getFullPath |