Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.962 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 2491 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
2 | 5 | 3880 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
| ||||
if (field.declaringClass.isInterface()) if (otherField.declaringClass.implementsInterface(field.declaringClass, true)) continue next; |
| ||||
if (method.declaringClass.isInterface()) if (otherMethod .declaringClass .implementsInterface(method.declaringClass, true)) continue next; |
| |||
if ( [[#variableb1649a80]].declaringClass.isInterface()) if ( [[#variable96234860]].declaringClass.implementsInterface( [[#variableb1649a80]].declaringClass, true)) continue next; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b1649a80]] | method |
1 | 2 | [[#b1649a80]] | field |
2 | 1 | [[#96234860]] | otherMethod |
2 | 2 | [[#96234860]] | otherField |