Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 4 | 2 | 0.953 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 52 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnArgumentName.java |
2 | 4 | 37 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnFieldName.java |
3 | 4 | 28 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnLocalName.java |
4 | 4 | 48 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnMethodName.java |
| ||||
public void resolve(BlockScope scope) { super.resolve(scope); throw new CompletionNodeFound(this, scope); } |
| ||||
public void resolve(MethodScope initializationScope) { super.resolve(initializationScope); throw new CompletionNodeFound(this, initializationScope); } |
| ||||
public void resolve(BlockScope scope) { super.resolve(scope); throw new CompletionNodeFound(this, scope); } |
| ||||
public void resolve(ClassScope upperScope) { super.resolve(upperScope); throw new CompletionNodeFound(this, upperScope); } |
| |||
public void resolve( [[#variablea52e14e0]] [[#variablea52e13e0]]) { super.resolve( [[#variablea52e13e0]]); throw new CompletionNodeFound(this, [[#variablea52e13e0]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a52e14e0]] | BlockScope |
1 | 2 | [[#a52e14e0]] | ClassScope |
1 | 3 | [[#a52e14e0]] | MethodScope |
1 | 4 | [[#a52e14e0]] | BlockScope |
2 | 1 | [[#a52e13e0]] | scope |
2 | 2 | [[#a52e13e0]] | upperScope |
2 | 3 | [[#a52e13e0]] | initializationScope |
2 | 4 | [[#a52e13e0]] | scope |