CloneSet8969


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.987class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1250
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnStringLiteral.java
2253
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnStringLiteral.java
Clone Instance
1
Line Count
2
Source Line
50
Source File
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);
        }


Clone Instance
2
Line Count
2
Source Line
53
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnStringLiteral.java

        public TypeBinding resolveType(BlockScope scope) {
                throw new CompletionNodeFound(this, null, scope);
        }


Clone AbstractionParameter Count: 1Parameter Bindings

public TypeBinding resolveType( [[#variableb8cf1620]] scope) {
  throw new CompletionNodeFound(this, null, scope);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b8cf1620]]
ClassScope 
12[[#b8cf1620]]
BlockScope