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.956 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 627 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileReader.java |
2 | 2 | 630 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileReader.java |
| ||||
while ((m = currentMethodInfos[index1]).isSynthetic() || m.isClinit()) { if ( ++index1 >= length1) break end; } |
| ||||
while ((m = otherMethodInfos[index2]).isSynthetic() || m.isClinit()) { if ( ++index2 >= length2) break end; } |
| |||
while ((m = [[#variable4ed83cc0]][ [[#variable4ed83c60]]]).isSynthetic() || m.isClinit()) { if ( ++ [[#variable4ed83c60]]>= [[#variable4ed83c00]]) break end; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4ed83cc0]] | otherMethodInfos |
1 | 2 | [[#4ed83cc0]] | currentMethodInfos |
2 | 1 | [[#4ed83c60]] | index2 |
2 | 2 | [[#4ed83c60]] | index1 |
3 | 1 | [[#4ed83c00]] | length2 |
3 | 2 | [[#4ed83c00]] | length1 |