Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.976 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1705 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
2 | 2 | 1708 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
| ||||
if ( !this.requestor.isIgnored(CompletionProposal.FIELD_REF)) { this.findImportsOfStaticFields(lastToken, ref); } |
| ||||
if ( !this.requestor.isIgnored(CompletionProposal.METHOD_NAME_REFERENCE)) { this.findImportsOfStaticMethods(lastToken, ref); } |
| |||
if ( !this.requestor.isIgnored(CompletionProposal. [[#variable9e4b4480]])) { this. [[#variable9e4b4420]](lastToken, ref); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9e4b4480]] | FIELD_REF |
1 | 2 | [[#9e4b4480]] | METHOD_NAME_REFERENCE |
2 | 1 | [[#9e4b4420]] | findImportsOfStaticFields |
2 | 2 | [[#9e4b4420]] | findImportsOfStaticMethods |