Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 0 | 1.000 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 642 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/SelectionEngine.java |
2 | 6 | 691 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/SelectionEngine.java |
| ||||
if ( !this.acceptedAnswer) { this.nameEnvironment.findTypes(this.selectedIdentifier, false, false, this ); // try with simple type name if ( !this.acceptedAnswer) { acceptQualifiedTypes(); } } |
| ||||
// only reaches here if no selection could be derived from the parsed tree // thus use the selected source and perform a textual type search if ( !this.acceptedAnswer) { this.nameEnvironment.findTypes(this.selectedIdentifier, false, false, this ); // accept qualified types only if no unqualified type was accepted if ( !this.acceptedAnswer) { acceptQualifiedTypes(); } } |
| |||
// only reaches here if no selection could be derived from the parsed tree // thus use the selected source and perform a textual type search if ( !this.acceptedAnswer) { this.nameEnvironment.findTypes(this.selectedIdentifier, false, false, this ); // try with simple type name // accept qualified types only if no unqualified type was accepted if ( !this.acceptedAnswer) { acceptQualifiedTypes(); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |