CloneSet1425


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6440.960statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
161185
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
261193
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
361673
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
464612
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
Clone Instance
1
Line Count
6
Source Line
1185
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

        this.handle(
                IProblem.DisallowedTargetForAnnotation, 
                new String[] {
                              new String(annotation.resolvedType.readableName())
                             }, new String[] {
                                              new String(annotation.resolvedType.shortReadableName())
                                             }, annotation.sourceStart, annotation.sourceEnd);


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

        this.handle(
                IProblem.DuplicateAnnotation, 
                new String[] {
                              new String(annotation.resolvedType.readableName())
                             }, new String[] {
                                              new String(annotation.resolvedType.shortReadableName())
                                             }, annotation.sourceStart, annotation.sourceEnd);


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

        this.handle(
                IProblem.GenericTypeCannotExtendThrowable, 
                new String[] {
                               new String(typeDecl.binding.readableName())
                             }, new String[] {
                                               new String(typeDecl.binding.shortReadableName())
                                             }, location.sourceStart, location.sourceEnd);


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

        this.handle(
                IProblem.NoAdditionalBoundAfterTypeVariable, 
                new String[] {
                               new String(boundReference.resolvedType.readableName())
                             }, new String[] {
                                               new String(boundReference.resolvedType.shortReadableName())
                                             }, boundReference.sourceStart, boundReference.sourceEnd);


Clone AbstractionParameter Count: 4Parameter Bindings

this.handle(IProblem. [[#variablebe721340]], new String[] {
                                                            new String( [[#variablebe720ca0]]. [[#variablebe721300]].readableName())
                                                          }, new String[] {
                                                                            new String( [[#variablebe720ca0]]. [[#variablebe721300]].shortReadableName())
                                                                          },  [[#variablebe721380]].sourceStart,  [[#variablebe721380]].sourceEnd);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#be721340]]
NoAdditionalBoundAfterTypeVariable 
12[[#be721340]]
GenericTypeCannotExtendThrowable 
13[[#be721340]]
DuplicateAnnotation 
14[[#be721340]]
DisallowedTargetForAnnotation 
21[[#be720ca0]]
boundReference 
22[[#be720ca0]]
typeDecl 
23[[#be720ca0]]
annotation 
24[[#be720ca0]]
annotation 
31[[#be721300]]
resolvedType 
32[[#be721300]]
binding 
33[[#be721300]]
resolvedType 
34[[#be721300]]
resolvedType 
41[[#be721380]]
boundReference 
42[[#be721380]]
location 
43[[#be721380]]
annotation 
44[[#be721380]]
annotation