CloneSet1967


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

                        new String[] {
                                new String(currentMethod.returnType.readableName()),
                                new String(currentMethod.selector),
                                typesAsString(currentMethod.original().isVarargs(), currentMethod.original().parameters, false),
                                new String(currentMethod.declaringClass.readableName()),
                                new String(inheritedMethod.returnType.readableName()),
                                new String(inheritedMethod.declaringClass.readableName())
                                       ,
                                //new String(inheritedMethod.returnType.erasure().readableName()),
                                     }


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

                        new String[] {
                                new String(currentMethod.returnType.shortReadableName()),
                                new String(currentMethod.selector),
                                typesAsString(currentMethod.original().isVarargs(), currentMethod.original().parameters, true),
                                new String(currentMethod.declaringClass.shortReadableName()),
                                new String(inheritedMethod.returnType.shortReadableName()),
                                new String(inheritedMethod.declaringClass.shortReadableName())
                                       ,
                                //new String(inheritedMethod.returnType.erasure().shortReadableName()),
                                     }


Clone AbstractionParameter Count: 2Parameter Bindings

new String[] {
               new String(currentMethod.returnType. [[#variableba6cd240]]()),
               new String(currentMethod.selector),
               typesAsString(currentMethod.original().isVarargs(), currentMethod.original().parameters,  [[#variableba6cd1c0]]),
               new String(currentMethod.declaringClass. [[#variableba6cd240]]()),
               new String(inheritedMethod.returnType. [[#variableba6cd240]]()),
               new String(inheritedMethod.declaringClass. [[#variableba6cd240]]())
               ,
             //new String(inheritedMethod.returnType.erasure().shortReadableName()),
             //new String(inheritedMethod.returnType.erasure().readableName()),
             }
 

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