CloneSet122


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
61940.964executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16515
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
26613
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
36676
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
46701
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
56709
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
66821
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
76897
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
861210
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
961664
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
1061846
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
1162114
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
1262376
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
1362484
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
1463304
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
1563312
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
1664933
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
1765306
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
1865388
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
1965801
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
Clone Instance
1
Line Count
6
Source Line
515
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

                this.handle(
                        IProblem.AnnotationCircularitySelfReference, 
                        new String[] {
                                      new String(sourceType.readableName())
                                     }, new String[] {
                                                      new String(sourceType.shortReadableName())
                                                     }, reference.sourceStart, reference.sourceEnd);


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

        this.handle(
                IProblem.AnonymousClassCannotExtendFinalClass, 
                new String[] {
                              new String(type.readableName())
                             }, new String[] {
                                              new String(type.shortReadableName())
                                             }, expression.sourceStart, expression.sourceEnd);


Clone Instance
3
Line Count
6
Source Line
676
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

        this.handle(
                IProblem.VoidMethodReturnsValue, 
                new String[] {
                              new String(expectedType.readableName())
                             }, new String[] {
                                              new String(expectedType.shortReadableName())
                                             }, returnStatement.sourceStart, returnStatement.sourceEnd);


Clone Instance
4
Line Count
6
Source Line
701
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

        this.handle(
                IProblem.BoundCannotBeArray, 
                new String[] {
                              new String(type.readableName())
                             }, new String[] {
                                              new String(type.shortReadableName())
                                             }, location.sourceStart, location.sourceEnd);


Clone Instance
5
Line Count
6
Source Line
709
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

        this.handle(
                IProblem.BoundMustBeAnInterface, 
                new String[] {
                              new String(type.readableName())
                             }, new String[] {
                                              new String(type.shortReadableName())
                                             }, location.sourceStart, location.sourceEnd);


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

        this.handle(
                IProblem.InvalidClassInstantiation, 
                new String[] {
                              new String(type.readableName())
                             }, new String[] {
                                              new String(type.shortReadableName())
                                             }, typeRef.sourceStart, typeRef.sourceEnd);


Clone Instance
7
Line Count
6
Source Line
897
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

        this.handle(
                IProblem.CannotThrowType, 
                new String[] {
                              new String(expectedType.readableName())
                             }, new String[] {
                                              new String(expectedType.shortReadableName())
                                             }, exceptionType.sourceStart, exceptionType.sourceEnd);


Clone Instance
8
Line Count
6
Source Line
1210
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

        this.handle(
                IProblem.DuplicateBounds, 
                new String[] {
                              new String(type.readableName())
                             }, new String[] {
                                              new String(type.shortReadableName())
                                             }, location.sourceStart, location.sourceEnd);


Clone Instance
9
Line Count
6
Source Line
1664
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

        this.handle(
                IProblem.ReferenceToForwardTypeVariable, 
                new String[] {
                              new String(type.readableName())
                             }, new String[] {
                                              new String(type.shortReadableName())
                                             }, location.sourceStart, location.sourceEnd);


Clone Instance
10
Line Count
6
Source Line
1846
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

        this.handle(
                IProblem.IllegalGenericArray, 
                new String[] {
                               new String(leafComponentType.readableName())
                             }, new String[] {
                                               new String(leafComponentType.shortReadableName())
                                             }, location.sourceStart, location.sourceEnd);


Clone Instance
11
Line Count
6
Source Line
2114
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

        this.handle(
                IProblem.IllegalPrimitiveOrArrayTypeForEnclosingInstance, 
                new String[] {
                              new String(enclosingType.readableName())
                             }, new String[] {
                                              new String(enclosingType.shortReadableName())
                                             }, location.sourceStart, location.sourceEnd);


Clone Instance
12
Line Count
6
Source Line
2376
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

        this.handle(
                IProblem.IncorrectSwitchType, 
                new String[] {
                              new String(testType.readableName())
                             }, new String[] {
                                              new String(testType.shortReadableName())
                                             }, expression.sourceStart, expression.sourceEnd);


Clone Instance
13
Line Count
6
Source Line
2484
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

        this.handle(
                IProblem.CannotDefineStaticInitializerInLocalType, 
                new String[] {
                              new String(innerType.readableName())
                             }, new String[] {
                                              new String(innerType.shortReadableName())
                                             }, initializer.sourceStart, initializer.sourceStart);


Clone Instance
14
Line Count
6
Source Line
3304
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

        this.handle(
                IProblem.InvalidTypeToSynchronized, 
                new String[] {
                              new String(type.readableName())
                             }, new String[] {
                                              new String(type.shortReadableName())
                                             }, expression.sourceStart, expression.sourceEnd);


Clone Instance
15
Line Count
6
Source Line
3312
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

        this.handle(
                IProblem.InvalidTypeVariableExceptionType, 
                new String[] {
                              new String(exceptionType.readableName())
                             }, new String[] {
                                              new String(exceptionType.shortReadableName())
                                             }, location.sourceStart, location.sourceEnd);


Clone Instance
16
Line Count
6
Source Line
4933
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

    this.handle(
                IProblem.MissingArgumentsForParameterizedMemberType, 
                new String[] {
                              new String(type.readableName())
                             }, new String[] {
                                              new String(type.shortReadableName())
                                             }, location.sourceStart, location.sourceEnd);


Clone Instance
17
Line Count
6
Source Line
5306
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

        this.handle(
                IProblem.ArrayReferenceRequired, 
                new String[] {
                              new String(arrayType.readableName())
                             }, new String[] {
                                              new String(arrayType.shortReadableName())
                                             }, arrayRef.sourceStart, arrayRef.sourceEnd);


Clone Instance
18
Line Count
6
Source Line
5388
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

        this.handle(
                IProblem.ShouldReturnValue, 
                new String[] {
                               new String (returnType.readableName())
                             }, new String[] {
                                               new String (returnType.shortReadableName())
                                             }, location.sourceStart, location.sourceEnd);


Clone Instance
19
Line Count
6
Source Line
5801
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

        this.handle(
                IProblem.IllegalEnclosingInstanceSpecification, 
                new String[] {
                               new String(targetType.readableName())
                             }, new String[] {
                                               new String(targetType.shortReadableName())
                                             }, expression.sourceStart, expression.sourceEnd);


Clone AbstractionParameter Count: 4Parameter Bindings

this.handle(IProblem. [[#variable50889280]], new String[] {
                                                            new String( [[#variable50888b40]].readableName())
                                                          }, new String[] {
                                                                            new String( [[#variable50888b40]].shortReadableName())
                                                                          },  [[#variable50888ac0]].sourceStart,  [[#variable50888ac0]]. [[#variable508892c0]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#50889280]]
IllegalEnclosingInstanceSpecification 
12[[#50889280]]
DuplicateBounds 
13[[#50889280]]
CannotThrowType 
14[[#50889280]]
ShouldReturnValue 
15[[#50889280]]
ArrayReferenceRequired 
16[[#50889280]]
CannotDefineStaticInitializerInLocalType 
17[[#50889280]]
IncorrectSwitchType 
18[[#50889280]]
IllegalPrimitiveOrArrayTypeForEnclosingInstance 
19[[#50889280]]
InvalidTypeToSynchronized 
110[[#50889280]]
InvalidClassInstantiation 
111[[#50889280]]
BoundMustBeAnInterface 
112[[#50889280]]
BoundCannotBeArray 
113[[#50889280]]
ReferenceToForwardTypeVariable 
114[[#50889280]]
MissingArgumentsForParameterizedMemberType 
115[[#50889280]]
InvalidTypeVariableExceptionType 
116[[#50889280]]
IllegalGenericArray 
117[[#50889280]]
VoidMethodReturnsValue 
118[[#50889280]]
AnonymousClassCannotExtendFinalClass 
119[[#50889280]]
AnnotationCircularitySelfReference 
21[[#50888b40]]
targetType 
22[[#50888b40]]
type 
23[[#50888b40]]
expectedType 
24[[#50888b40]]
returnType 
25[[#50888b40]]
arrayType 
26[[#50888b40]]
innerType 
27[[#50888b40]]
testType 
28[[#50888b40]]
enclosingType 
29[[#50888b40]]
type 
210[[#50888b40]]
type 
211[[#50888b40]]
type 
212[[#50888b40]]
type 
213[[#50888b40]]
type 
214[[#50888b40]]
type 
215[[#50888b40]]
exceptionType 
216[[#50888b40]]
leafComponentType 
217[[#50888b40]]
expectedType 
218[[#50888b40]]
type 
219[[#50888b40]]
sourceType 
31[[#50888ac0]]
expression 
32[[#50888ac0]]
location 
33[[#50888ac0]]
exceptionType 
34[[#50888ac0]]
location 
35[[#50888ac0]]
arrayRef 
36[[#50888ac0]]
initializer 
37[[#50888ac0]]
expression 
38[[#50888ac0]]
location 
39[[#50888ac0]]
expression 
310[[#50888ac0]]
typeRef 
311[[#50888ac0]]
location 
312[[#50888ac0]]
location 
313[[#50888ac0]]
location 
314[[#50888ac0]]
location 
315[[#50888ac0]]
location 
316[[#50888ac0]]
location 
317[[#50888ac0]]
returnStatement 
318[[#50888ac0]]
expression 
319[[#50888ac0]]
reference 
41[[#508892c0]]
sourceEnd 
42[[#508892c0]]
sourceEnd 
43[[#508892c0]]
sourceEnd 
44[[#508892c0]]
sourceEnd 
45[[#508892c0]]
sourceEnd 
46[[#508892c0]]
sourceStart 
47[[#508892c0]]
sourceEnd 
48[[#508892c0]]
sourceEnd 
49[[#508892c0]]
sourceEnd 
410[[#508892c0]]
sourceEnd 
411[[#508892c0]]
sourceEnd 
412[[#508892c0]]
sourceEnd 
413[[#508892c0]]
sourceEnd 
414[[#508892c0]]
sourceEnd 
415[[#508892c0]]
sourceEnd 
416[[#508892c0]]
sourceEnd 
417[[#508892c0]]
sourceEnd 
418[[#508892c0]]
sourceEnd 
419[[#508892c0]]
sourceEnd