CloneSet2184


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6220.981conditional_or_expression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
176321
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
266329
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
Clone Instance
1
Line Count
7
Source Line
6321
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.selector),
                                        typesAsString(method.isVarargs(), method.parameters, false),
                                        new String(method.declaringClass.readableName()),
                                        new String(varargsType.elementsType().readableName())
                                       ,
                                     }


Clone Instance
2
Line Count
6
Source Line
6329
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.selector), typesAsString(method.isVarargs(), method.parameters, true),
                                        new String(method.declaringClass.shortReadableName()),
                                        new String(varargsType.elementsType().shortReadableName())
                                       ,
                                     }


Clone AbstractionParameter Count: 2Parameter Bindings

new String[] {
               new String(argumentType. [[#variableb299fca0]]()),
               new String(varargsType. [[#variableb299fca0]]()),
               new String(method.selector),
               typesAsString(method.isVarargs(), method.parameters,  [[#variableb299fc00]]),
               new String(method.declaringClass. [[#variableb299fca0]]()),
               new String(varargsType.elementsType(). [[#variableb299fca0]]())
               ,
             }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b299fca0]]
shortReadableName 
12[[#b299fca0]]
readableName 
21[[#b299fc00]]
true 
22[[#b299fc00]]
false