Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 3 | 0.958 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 72 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ConstructorFromSuperclassProposal.java |
2 | 5 | 655 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java |
| ||||
for (int i = 0; i < paramTypes.length; i++) { if (i > 0) { buf.append(','); } buf.append(paramTypes[i].getName()); } |
| ||||
for (int i = 0; i < typeParameters.length; i++) { if (i > 0) { buf.append(COMMA_STRING); } buf.append(typeParameters[i].getElementName()); } |
| |||
for (int i = 0; i < [[#variable968b7400]].length; i++) { if (i > 0) { buf.append( [[#variable968b6520]]); } buf.append( [[#variable968b7400]][i]. [[#variable968b7480]]()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#968b7400]] | paramTypes |
1 | 2 | [[#968b7400]] | typeParameters |
2 | 1 | [[#968b6520]] | ',' |
2 | 2 | [[#968b6520]] | COMMA_STRING |
3 | 1 | [[#968b7480]] | getName |
3 | 2 | [[#968b7480]] | getElementName |