CloneSet5706


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

                new String[] {
                         new String(castedExpressionType.readableName()),
                         new String(castExpression.resolvedType.readableName()),
                         new String(erasedCastType.readableName())
                               ,
                             }


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

                new String[] {
                         new String(castedExpressionType.shortReadableName()),
                         new String(castExpression.resolvedType.shortReadableName()),
                         new String(erasedCastType.shortReadableName())
                               ,
                             }


Clone AbstractionParameter Count: 1Parameter Bindings

new String[] {
               new String(castedExpressionType. [[#variable92d22aa0]]()),
               new String(castExpression.resolvedType. [[#variable92d22aa0]]()),
               new String(erasedCastType. [[#variable92d22aa0]]())
               ,
             }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#92d22aa0]]
shortReadableName 
12[[#92d22aa0]]
readableName