Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.987 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 50 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnStringLiteral.java |
2 | 2 | 53 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnStringLiteral.java |
| ||||
public TypeBinding resolveType(ClassScope scope) { throw new CompletionNodeFound(this, null, scope); } |
| ||||
public TypeBinding resolveType(BlockScope scope) { throw new CompletionNodeFound(this, null, scope); } |
| |||
public TypeBinding resolveType( [[#variableb8cf1620]] scope) { throw new CompletionNodeFound(this, null, scope); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b8cf1620]] | ClassScope |
1 | 2 | [[#b8cf1620]] | BlockScope |