Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 4 | 2 | 0.953 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1166 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java |
2 | 4 | 1177 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java |
3 | 4 | 1202 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java |
4 | 4 | 221 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/HierarchyBinaryType.java |
| ||||
for (int i = 0; i < length; i++) { buffer.append(patterns[i]); if (i != length - 1) { buffer.append('|'); } } |
| ||||
for (int i = 0; i < length; i++) { buffer.append(patterns[i]); if (i != length - 1) { buffer.append('|'); } } |
| ||||
for (int i = 0; i < length; i++) { buffer.append(this.extraAttributes[i]); if (i != length - 1) { buffer.append(','); } } |
| ||||
for (int i = 0; i < length; i++) { buffer.append(this.superInterfaces[i]); if (i != length - 1) { buffer.append(", "); //$NON-NLS-1$ } } |
| |||
for (int i = 0; i < length; i++) { buffer.append( [[#variable5b9ad840]][i]); if (i != length - 1) { buffer.append( [[#variable5b9ad7c0]]); //$NON-NLS-1$ } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5b9ad840]] | patterns |
1 | 2 | [[#5b9ad840]] | this.extraAttributes |
1 | 3 | [[#5b9ad840]] | this.superInterfaces |
1 | 4 | [[#5b9ad840]] | patterns |
2 | 1 | [[#5b9ad7c0]] | '|' |
2 | 2 | [[#5b9ad7c0]] | ',' |
2 | 3 | [[#5b9ad7c0]] | ", " |
2 | 4 | [[#5b9ad7c0]] | '|' |