CloneSet2622


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

                        new String[] {
                                        new String(argumentType.readableName()),
                                        new String(varargsType.readableName()),
                                        new String(method.declaringClass.readableName()),
                                        typesAsString(method.isVarargs(), method.parameters, false),
                                        new String(varargsType.elementsType().readableName())
                                       ,
                                     }


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

                        new String[] {
                                        new String(argumentType.shortReadableName()),
                                        new String(varargsType.shortReadableName()),
                                        new String(method.declaringClass.shortReadableName()),
                                        typesAsString(method.isVarargs(), method.parameters, true),
                                        new String(varargsType.elementsType().shortReadableName())
                                       ,
                                     }


Clone AbstractionParameter Count: 2Parameter Bindings

new String[] {
               new String(argumentType. [[#variable7c37cb80]]()),
               new String(varargsType. [[#variable7c37cb80]]()),
               new String(method.declaringClass. [[#variable7c37cb80]]()),
               typesAsString(method.isVarargs(), method.parameters,  [[#variable7c37ca60]]),
               new String(varargsType.elementsType(). [[#variable7c37cb80]]())
               ,
             }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#7c37cb80]]
shortReadableName 
12[[#7c37cb80]]
readableName 
21[[#7c37ca60]]
true 
22[[#7c37ca60]]
false