CloneSet9544


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2230.959class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12994
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java
22997
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java
Clone Instance
1
Line Count
2
Source Line
994
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java

public NameReference createSingleAssistNameReference(char[] assistName, long position) {
        return new SelectionOnSingleNameReference(assistName, position);
}


Clone Instance
2
Line Count
2
Source Line
997
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java

public TypeReference createSingleAssistTypeReference(char[] assistName, long position) {
        return new SelectionOnSingleTypeReference(assistName, position);
}


Clone AbstractionParameter Count: 3Parameter Bindings

public [[#variablebd2f6cc0]]  [[#variablebd2f6c60]](char[] assistName, long position) {
  return new [[#variablebd2f6c00]](assistName, position);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#bd2f6cc0]]
NameReference 
12[[#bd2f6cc0]]
TypeReference 
21[[#bd2f6c60]]
createSingleAssistNameReference 
22[[#bd2f6c60]]
createSingleAssistTypeReference 
31[[#bd2f6c00]]
SelectionOnSingleNameReference 
32[[#bd2f6c00]]
SelectionOnSingleTypeReference