CloneSet3206


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4230.985statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1499
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionJavadocParser.java
2466
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionJavadocParser.java
Clone Instance
1
Line Count
4
Source Line
99
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionJavadocParser.java

                Expression expression = (Expression) super.createArgumentReference(argName, dim, isVarargs, typeRef, dimPositions, argNamePos);
                // See if completion location is in argument
                int refStart = ((TypeReference) typeRef).sourceStart;
                int refEnd = ((TypeReference) typeRef).sourceEnd;


Clone Instance
2
Line Count
4
Source Line
66
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionJavadocParser.java

                // Create argument as we may need it after
                Expression expression = (Expression) super.createArgumentReference(name, dim, isVarargs, typeRef, dimPositions, argNamePos);
                // See if selection is in argument
                int start = ((TypeReference) typeRef).sourceStart;
                int end = ((TypeReference) typeRef).sourceEnd;


Clone AbstractionParameter Count: 3Parameter Bindings

// Create argument as we may need it after
Expression expression = (Expression) super.createArgumentReference( [[#variableb2b74d40]], dim, isVarargs, typeRef, dimPositions, argNamePos);
// See if selection is in argument
// See if completion location is in argument
int  [[#variableb2b74d00]]= ((TypeReference) typeRef).sourceStart;
int  [[#variableb2b74c40]]= ((TypeReference) typeRef).sourceEnd;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b2b74d40]]
name 
12[[#b2b74d40]]
argName 
21[[#b2b74d00]]
start 
22[[#b2b74d00]]
refStart 
31[[#b2b74c40]]
end 
32[[#b2b74c40]]
refEnd