Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 4 | 0.955 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 1079 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.java |
2 | 5 | 826 | 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(", "); //$NON-NLS-1$ } buf.append(ASTResolving.getTypeSignature(types[i])); } |
| ||||
for (int i = 0; i < typeParamSigs.length; i++) { if (i > 0) { buf.append(COMMA_STRING); } buf.append(Signature.getTypeVariable(typeParamSigs[i])); } |
| |||
for (int i = 0; i < [[#variable570e9040]].length; i++) { if (i > 0) { buf.append( [[#variable570e8120]]); //$NON-NLS-1$ } buf.append( [[#variable570e80a0]]. [[#variable570e8f20]]( [[#variable570e9040]][i])); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#570e9040]] | types |
1 | 2 | [[#570e9040]] | typeParamSigs |
2 | 1 | [[#570e8120]] | ", " |
2 | 2 | [[#570e8120]] | COMMA_STRING |
3 | 1 | [[#570e80a0]] | ASTResolving |
3 | 2 | [[#570e80a0]] | Signature |
4 | 1 | [[#570e8f20]] | getTypeSignature |
4 | 2 | [[#570e8f20]] | getTypeVariable |