CloneSet362


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
41630.958executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14444
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BlockScope.java
24470
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BlockScope.java
34495
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BlockScope.java
44500
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BlockScope.java
54553
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BlockScope.java
64600
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BlockScope.java
71454
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope.java
81457
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope.java
91472
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope.java
1042048
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java
1142134
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java
1242148
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java
1342426
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java
141443
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetScope.java
151461
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetScope.java
161480
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetScope.java
Clone Instance
1
Line Count
4
Source Line
444
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BlockScope.java

                                        // must be a type if its the last name, otherwise we have no idea if its a package or type
                                        return new ProblemReferenceBinding(
                                                CharOperation.subarray(compoundName, 0, currentIndex), 
                                                null, 
                                                ProblemReasons.NotFound   );


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

                // It is illegal to request a PACKAGE from this method.
                return new ProblemReferenceBinding(
                        CharOperation.subarray(compoundName, 0, currentIndex), 
                        null, 
                        ProblemReasons.NotFound   );


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

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


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

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


Clone Instance
5
Line Count
4
Source Line
553
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BlockScope.java

                                        // must be a type if its the last name, otherwise we have no idea if its a package or type
                                        return new ProblemReferenceBinding(
                                                CharOperation.subarray(compoundName, 0, currentIndex), 
                                                null, 
                                                ProblemReasons.NotFound   );


Clone Instance
6
Line Count
4
Source Line
600
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BlockScope.java

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


Clone Instance
7
Line Count
1
Source Line
454
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope.java

                        return new ProblemReferenceBinding(CharOperation.subarray(compoundName, 0, i), null, ProblemReasons.NotFound);


Clone Instance
8
Line Count
1
Source Line
457
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope.java

                        return new ProblemReferenceBinding(CharOperation.subarray(compoundName, 0, i), null, ProblemReasons.NotFound);


Clone Instance
9
Line Count
1
Source Line
472
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope.java

                        return new ProblemReferenceBinding(CharOperation.subarray(compoundName, 0, i), null, ProblemReasons.NotFound);


Clone Instance
10
Line Count
4
Source Line
2048
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, 
                                        ProblemReasons.NotFound   );


Clone Instance
11
Line Count
4
Source Line
2134
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, 
                                                ProblemReasons.NotFound   );


Clone Instance
12
Line Count
4
Source Line
2148
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, 
                                        ProblemReasons.NotFound   );


Clone Instance
13
Line Count
4
Source Line
2426
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, 
                                                ProblemReasons.NotFound   );


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

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


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

                // It is illegal to request a PACKAGE from this method.
                return new ProblemReferenceBinding(CharOperation.subarray(compoundName, 0, currentIndex), null, ProblemReasons.NotFound);


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

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


Clone AbstractionParameter Count: 3Parameter Bindings

// must be a type if its the last name, otherwise we have no idea if its a package or type
// It is illegal to request a PACKAGE from this method.
return new [[#variable64c603c0]](CharOperation.subarray(compoundName, 0,  [[#variable64c60320]]),  [[#variable64c602a0]], ProblemReasons.NotFound);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#64c603c0]]
ProblemBinding 
12[[#64c603c0]]
ProblemReferenceBinding 
13[[#64c603c0]]
ProblemReferenceBinding 
14[[#64c603c0]]
ProblemReferenceBinding 
15[[#64c603c0]]
ProblemReferenceBinding 
16[[#64c603c0]]
ProblemReferenceBinding 
17[[#64c603c0]]
ProblemReferenceBinding 
18[[#64c603c0]]
ProblemReferenceBinding 
19[[#64c603c0]]
ProblemReferenceBinding 
110[[#64c603c0]]
ProblemReferenceBinding 
111[[#64c603c0]]
ProblemReferenceBinding 
112[[#64c603c0]]
ProblemReferenceBinding 
113[[#64c603c0]]
ProblemBinding 
114[[#64c603c0]]
ProblemReferenceBinding 
115[[#64c603c0]]
ProblemBinding 
116[[#64c603c0]]
ProblemReferenceBinding 
21[[#64c60320]]
currentIndex 
22[[#64c60320]]
currentIndex 
23[[#64c60320]]
i 
24[[#64c60320]]
currentIndex 
25[[#64c60320]]
currentIndex 
26[[#64c60320]]
currentIndex 
27[[#64c60320]]
currentIndex 
28[[#64c60320]]
i 
29[[#64c60320]]
currentIndex 
210[[#64c60320]]
currentIndex 
211[[#64c60320]]
currentIndex 
212[[#64c60320]]
currentIndex 
213[[#64c60320]]
currentIndex 
214[[#64c60320]]
i 
215[[#64c60320]]
currentIndex 
216[[#64c60320]]
currentIndex 
31[[#64c602a0]]
typeBinding 
32[[#64c602a0]]
null 
33[[#64c602a0]]
null 
34[[#64c602a0]]
typeBinding 
35[[#64c602a0]]
null 
36[[#64c602a0]]
null 
37[[#64c602a0]]
null 
38[[#64c602a0]]
null 
39[[#64c602a0]]
null 
310[[#64c602a0]]
null 
311[[#64c602a0]]
null 
312[[#64c602a0]]
null 
313[[#64c602a0]]
typeBinding 
314[[#64c602a0]]
null 
315[[#64c602a0]]
typeBinding 
316[[#64c602a0]]
null