Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.976 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 5085 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
2 | 7 | 5394 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
| ||||
if (PROPOSE_MEMBER_TYPES) { if (this.assistNodeIsClass) { if ( !sourceType.isClass()) continue ; } else if (this.assistNodeIsInterface) { if ( !sourceType.isInterface() && !sourceType.isAnnotationType()) continue ; } else if (this.assistNodeIsAnnotation) { if ( !sourceType.isAnnotationType()) continue ; } } |
| ||||
if (PROPOSE_MEMBER_TYPES) { if (this.assistNodeIsClass) { if ( !typeBinding.isClass()) continue ; } else if (this.assistNodeIsInterface) { if ( !typeBinding.isInterface() && !typeBinding.isAnnotationType()) continue ; } else if (this.assistNodeIsAnnotation) { if ( !typeBinding.isAnnotationType()) continue ; } } |
| |||
if (PROPOSE_MEMBER_TYPES) { if (this.assistNodeIsClass) { if ( ! [[#variablea3404300]].isClass()) continue ; } else if (this.assistNodeIsInterface) { if ( ! [[#variablea3404300]].isInterface() && ! [[#variablea3404300]].isAnnotationType()) continue ; } else if (this.assistNodeIsAnnotation) { if ( ! [[#variablea3404300]].isAnnotationType()) continue ; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a3404300]] | sourceType |
1 | 2 | [[#a3404300]] | typeBinding |