Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.984 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 273 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodVerifier.java |
2 | 6 | 295 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodVerifier15.java |
| ||||
// All inherited methods do NOT have the same vmSignature if (this.type.isInterface()) for (int i = length; --i >= 0;) if (methods[i].declaringClass.id == TypeIds.T_JavaLangObject) return false; // do not complain since the super interface already got blamed problemReporter().inheritedMethodsHaveIncompatibleReturnTypes(this.type, methods, length); return false; |
| ||||
if (this.type.isInterface()) for (int m = length; --m >= 0;) if (methods[m].declaringClass.id == TypeIds.T_JavaLangObject) return false; // do not complain since the super interface already got blamed problemReporter().inheritedMethodsHaveIncompatibleReturnTypes(this.type, methods, length); return false; |
| |||
// All inherited methods do NOT have the same vmSignature if (this.type.isInterface()) for (int [[#variablea525cd40]]= length; -- [[#variablea525cd40]]>= 0;) if (methods[ [[#variablea525cd40]]].declaringClass.id == TypeIds.T_JavaLangObject) return false; // do not complain since the super interface already got blamed problemReporter().inheritedMethodsHaveIncompatibleReturnTypes(this.type, methods, length); return false; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a525cd40]] | m |
1 | 2 | [[#a525cd40]] | i |