Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.965 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 637 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileReader.java |
2 | 2 | 640 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileReader.java |
| ||||
while (index1 < length1) { if ( !((m = currentMethodInfos[index1++ ]).isSynthetic() || m.isClinit())) return true; } |
| ||||
while (index2 < length2) { if ( !((m = otherMethodInfos[index2++ ]).isSynthetic() || m.isClinit())) return true; } |
| |||
while ( [[#variable60e5f7c0]] < [[#variable60e5f740]]) { if ( !((m = [[#variable60e5f620]][ [[#variable60e5f7c0]]++ ]).isSynthetic() || m.isClinit())) return true; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#60e5f7c0]] | index2 |
1 | 2 | [[#60e5f7c0]] | index1 |
2 | 1 | [[#60e5f740]] | length2 |
2 | 2 | [[#60e5f740]] | length1 |
3 | 1 | [[#60e5f620]] | otherMethodInfos |
3 | 2 | [[#60e5f620]] | currentMethodInfos |