CloneSet2731


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1501.000executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13449
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BlockScope.java
23528
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BlockScope.java
33558
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BlockScope.java
41445
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetScope.java
51504
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetScope.java
Clone Instance
1
Line Count
3
Source Line
449
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BlockScope.java

                                return new ProblemBinding(
                                        CharOperation.subarray(compoundName, 0, currentIndex), 
                                        ProblemReasons.NotFound);


Clone Instance
2
Line Count
3
Source Line
528
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BlockScope.java

        // handle the case when a field or type was asked for but we resolved the compoundName to a type or field
        return new ProblemBinding(
                CharOperation.subarray(compoundName, 0, currentIndex), 
                ProblemReasons.NotFound);


Clone Instance
3
Line Count
3
Source Line
558
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BlockScope.java

                                return new ProblemBinding(
                                        CharOperation.subarray(compoundName, 0, currentIndex), 
                                        ProblemReasons.NotFound);


Clone Instance
4
Line Count
1
Source Line
445
Source File
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetScope.java

                                        return new ProblemBinding(CharOperation.subarray(compoundName, 0, currentIndex), ProblemReasons.NotFound);


Clone Instance
5
Line Count
1
Source Line
504
Source File
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetScope.java

        // handle the case when a field or type was asked for but we resolved the compoundName to a type or field
        return new ProblemBinding(CharOperation.subarray(compoundName, 0, currentIndex), ProblemReasons.NotFound);


Clone AbstractionParameter Count: 0Parameter Bindings

// handle the case when a field or type was asked for but we resolved the compoundName to a type or field
return new ProblemBinding(CharOperation.subarray(compoundName, 0, currentIndex), ProblemReasons.NotFound);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None