Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.969 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 323 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodVerifier.java |
2 | 4 | 347 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodVerifier.java |
| ||||
if (inheritedMethod != null) { if (doesMethodOverride(currentMethod, inheritedMethod)) { matchingInherited[ ++index] = inheritedMethod; inherited[j] = null; // do not want to find it again } } |
| ||||
if (otherInheritedMethod != null) { if (doesMethodOverride(inheritedMethod, otherInheritedMethod)) { matchingInherited[ ++index] = otherInheritedMethod; inherited[j] = null; // do not want to find it again } } |
| |||
if ( [[#variable987b6660]]!= null) { if (doesMethodOverride( [[#variable987b66e0]], [[#variable987b6660]])) { matchingInherited[ ++index] = [[#variable987b6660]]; inherited[j] = null; // do not want to find it again } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#987b6660]] | inheritedMethod |
1 | 2 | [[#987b6660]] | otherInheritedMethod |
2 | 1 | [[#987b66e0]] | currentMethod |
2 | 2 | [[#987b66e0]] | inheritedMethod |