CloneSet8672


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.970statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
121623
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java
22534
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetScope.java
Clone Instance
1
Line Count
2
Source Line
1623
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java

                                if (problemMethod == null)
                                        return new ProblemMethodBinding(TypeConstants.INIT, argumentTypes, ProblemReasons.NotFound);


Clone Instance
2
Line Count
2
Source Line
534
Source File
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetScope.java

        if (compatibleIndex == 0)
                return new ProblemMethodBinding(TypeConstants.INIT, argumentTypes, ProblemReasons.NotFound); // need a more descriptive error... cannot convert from X to Y


Clone AbstractionParameter Count: 2Parameter Bindings

if ( [[#variableb52e0380]]== [[#variableb52e0300]])
  return new ProblemMethodBinding(TypeConstants.INIT, argumentTypes, ProblemReasons.NotFound); // need a more descriptive error... cannot convert from X to Y
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b52e0380]]
compatibleIndex 
12[[#b52e0380]]
problemMethod 
21[[#b52e0300]]
0 
22[[#b52e0300]]
null