| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 16 | 2 | 4 | 0.955 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 16 | 5582 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
| 2 | 16 | 5632 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
| ||||
if (proposeMethod && !insideAnnotationAttribute) {
findMethods(
token,
null,
null,
enclosingType,
classScope,
methodsFound,
staticsOnly,
false,
false,
invocationSite,
invocationScope,
true,
false,
true);
}
|
| ||||
if (proposeMethod && !insideAnnotationAttribute) {
findMethods(
token,
null,
null,
(ReferenceBinding) binding,
scope,
methodsFound,
true,
false,
false,
invocationSite,
invocationScope,
true,
false,
false);
}
|
| |||
if (proposeMethod && !insideAnnotationAttribute) {
findMethods(token, null, null, [[#variable99001ea0]], [[#variable99001e20]], methodsFound, [[#variable99001d80]], false, false, invocationSite, invocationScope, true, false, [[#variable99001ce0]]);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#99001ea0]] | (ReferenceBinding) binding |
| 1 | 2 | [[#99001ea0]] | enclosingType |
| 2 | 1 | [[#99001e20]] | scope |
| 2 | 2 | [[#99001e20]] | classScope |
| 3 | 1 | [[#99001d80]] | true |
| 3 | 2 | [[#99001d80]] | staticsOnly |
| 4 | 1 | [[#99001ce0]] | false |
| 4 | 2 | [[#99001ce0]] | true |