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.964 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 3356 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
2 | 4 | 3361 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
| ||||
if (otherType.enclosingType().isInterface()) if (memberType.enclosingType() .implementsInterface(otherType.enclosingType(), true)) continue next; |
| ||||
if (memberType.enclosingType().isInterface()) if (otherType.enclosingType() .implementsInterface(memberType.enclosingType(), true)) continue next; |
| |||
if ( [[#variableb5ac3e40]].enclosingType().isInterface()) if ( [[#variableb5ac3da0]].enclosingType().implementsInterface( [[#variableb5ac3e40]].enclosingType(), true)) continue next; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b5ac3e40]] | memberType |
1 | 2 | [[#b5ac3e40]] | otherType |
2 | 1 | [[#b5ac3da0]] | otherType |
2 | 2 | [[#b5ac3da0]] | memberType |