CloneSet6851


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.958statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
142170
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java
242175
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java
Clone Instance
1
Line Count
4
Source Line
2170
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java

                                        return new ProblemReferenceBinding(
                                                CharOperation.subarray(compoundName, 0, currentIndex), 
                                                problemBinding.closestMatch, 
                                                typeBinding.problemId()   );


Clone Instance
2
Line Count
4
Source Line
2175
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java

                                return new ProblemReferenceBinding(
                                        CharOperation.subarray(compoundName, 0, currentIndex), 
                                        null, // TODO should improve
                                         typeBinding.problemId()  );


Clone AbstractionParameter Count: 1Parameter Bindings

return new ProblemReferenceBinding(CharOperation.subarray(compoundName, 0, currentIndex),  [[#variable53867720]], // TODO should improve
                                    typeBinding.problemId());
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#53867720]]
null 
12[[#53867720]]
problemBinding.closestMatch