CloneSet2365


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

                this.handle(
                IProblem.IllegalInstanceofTypeParameter, 
                        new String[] {
                                       new String(checkedType.readableName()), new String(checkedType.erasure().readableName())
                                     }, new String[] {
                                                       new String(checkedType.shortReadableName()), new String(checkedType.erasure().shortReadableName())
                                                     }, location.sourceStart, location.sourceEnd);


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

        this.handle(
                IProblem.IllegalInstanceofParameterizedType, 
                new String[] {
                               new String(checkedType.readableName()), new String(checkedType.erasure().sourceName())
                             }, new String[] {
                                               new String(checkedType.shortReadableName()), new String(checkedType.erasure().sourceName())
                                             }, location.sourceStart, location.sourceEnd);


Clone AbstractionParameter Count: 3Parameter Bindings

this.handle(IProblem. [[#variable9755e7e0]], new String[] {
                                                            new String(checkedType.readableName()),
                                                            new String(checkedType.erasure(). [[#variablebf8f2480]]())
                                                          }, new String[] {
                                                                            new String(checkedType.shortReadableName()),
                                                                            new String(checkedType.erasure(). [[#variable9755e820]]())
                                                                          }, location.sourceStart, location.sourceEnd);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9755e7e0]]
IllegalInstanceofParameterizedType 
12[[#9755e7e0]]
IllegalInstanceofTypeParameter 
21[[#bf8f2480]]
sourceName 
22[[#bf8f2480]]
readableName 
31[[#9755e820]]
sourceName 
32[[#9755e820]]
shortReadableName