| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 2 | 2 | 0.960 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 268 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodVerifier.java |
| 2 | 1 | 408 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodVerifier15.java |
| ||||
while ( --index > 0 && areReturnTypesEqual(first, methods[index])) {
/*empty*/
}
|
| ||||
while ( --count > 0 && areReturnTypesEqual(first, matchingInherited[count])) {
/*empty*/
}
|
| |||
while ( -- [[#variableb3cc3040]] > 0 && areReturnTypesEqual(first, [[#variableb3cc2fc0]][ [[#variableb3cc3040]]])) {
/*empty*/
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b3cc3040]] | count |
| 1 | 2 | [[#b3cc3040]] | index |
| 2 | 1 | [[#b3cc2fc0]] | matchingInherited |
| 2 | 2 | [[#b3cc2fc0]] | methods |