Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.987 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 584 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java |
2 | 5 | 813 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java |
| ||||
for (int i = 0; i < types.length; i++) { if (i > 0) { buf.append(COMMA_STRING); } getTypeSignatureLabel(types[i], flags, buf); } |
| ||||
for (int i = 0; i < typeArgsSig.length; i++) { if (i > 0) { buf.append(COMMA_STRING); } getTypeSignatureLabel(typeArgsSig[i], flags, buf); } |
| |||
for (int i = 0; i < [[#variable54c67980]].length; i++) { if (i > 0) { buf.append(COMMA_STRING); } getTypeSignatureLabel( [[#variable54c67980]][i], flags, buf); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54c67980]] | typeArgsSig |
1 | 2 | [[#54c67980]] | types |