CloneSet5058


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.957expression_list
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
132227
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
233019
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
Clone Instance
1
Line Count
3
Source Line
2227
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

                        id, 
                        new String[] {
                                      new String(field.declaringClass.leafComponentType().readableName())
                                     }, new String[] {
                                                      new String(field.declaringClass.leafComponentType().shortReadableName())
                                                     }


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

                                IProblem.NotVisibleType,        // cannot occur in javadoc comments
                                 new String[] {
                                               new String(method.declaringClass.leafComponentType().readableName())
                                              }, new String[] {
                                                               new String(method.declaringClass.leafComponentType().shortReadableName())
                                                              }


Clone AbstractionParameter Count: 2Parameter Bindings

 [[#variable569e9160]], // cannot occur in javadoc comments
 new String[] {
                new String( [[#variable569e9de0]].declaringClass.leafComponentType().readableName())
              }, new String[] {
                                new String( [[#variable569e9de0]].declaringClass.leafComponentType().shortReadableName())
                              }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#569e9160]]
id 
12[[#569e9160]]
IProblem.NotVisibleType 
21[[#569e9de0]]
field 
22[[#569e9de0]]
method