Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.995 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 2523 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
2 | 3 | 3975 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
| ||||
if (prefixRequired || this.options.forceImplicitQualification) { char[] prefix = computePrefix(scope.enclosingSourceType(), invocationScope.enclosingSourceType(), field.isStatic()); completion = CharOperation.concat(prefix, completion, '.'); } |
| ||||
if (prefixRequired || this.options.forceImplicitQualification) { char[] prefix = computePrefix(scope.enclosingSourceType(), invocationScope.enclosingSourceType(), method.isStatic()); completion = CharOperation.concat(prefix, completion, '.'); } |
| |||
if (prefixRequired || this.options.forceImplicitQualification) { char[] prefix = computePrefix(scope.enclosingSourceType(), invocationScope.enclosingSourceType(), [[#variable9c361fe0]].isStatic()); completion = CharOperation.concat(prefix, completion, '.'); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9c361fe0]] | field |
1 | 2 | [[#9c361fe0]] | method |