CloneSet4382


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2230.975statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
123843
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
223845
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
Clone Instance
1
Line Count
2
Source Line
3843
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

                                String closestParameterTypeNames = typesAsString(problemMethod.closestMatch.isVarargs(), problemMethod.closestMatch.parameters, false);
                                String parameterTypeNames = typesAsString(method.isVarargs(), method.parameters, false);


Clone Instance
2
Line Count
2
Source Line
3845
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

                                String closestParameterTypeShortNames = typesAsString(problemMethod.closestMatch.isVarargs(), problemMethod.closestMatch.parameters, true);
                                String parameterTypeShortNames = typesAsString(method.isVarargs(), method.parameters, true);


Clone AbstractionParameter Count: 3Parameter Bindings

String  [[#variable5acb1ba0]]= typesAsString(problemMethod.closestMatch.isVarargs(), problemMethod.closestMatch.parameters,  [[#variable993f38a0]]);
String  [[#variable990ee520]]= typesAsString(method.isVarargs(), method.parameters,  [[#variable993f38a0]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5acb1ba0]]
closestParameterTypeNames 
12[[#5acb1ba0]]
closestParameterTypeShortNames 
21[[#993f38a0]]
false 
22[[#993f38a0]]
true 
31[[#990ee520]]
parameterTypeNames 
32[[#990ee520]]
parameterTypeShortNames