CloneSet1099


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3620.985variable_initializer_list
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
131239
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
231243
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
331323
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
431328
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
531338
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
631342
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
Clone Instance
1
Line Count
3
Source Line
1239
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

                new String(methodDecl.selector),
                        new String(method.declaringClass.readableName()),
                        typesAsString(method.isVarargs(), method.parameters, false)


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

                        new String(methodDecl.selector),
                        new String(method.declaringClass.shortReadableName()),
                        typesAsString(method.isVarargs(), method.parameters, true)


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

                        new String(methodDecl.selector),
                                new String(method.declaringClass.readableName()),
                                typesAsString(method.isVarargs(), method.parameters, false)


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

                                new String(methodDecl.selector),
                                new String(method.declaringClass.shortReadableName()),
                                typesAsString(method.isVarargs(), method.parameters, true)


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

                        new String(methodDecl.selector),
                                new String(method.declaringClass.readableName()),
                                typesAsString(method.isVarargs(), method.parameters, false)


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

                                new String(methodDecl.selector),
                                new String(method.declaringClass.shortReadableName()),
                                typesAsString(method.isVarargs(), method.parameters, true)


Clone AbstractionParameter Count: 2Parameter Bindings

new String(methodDecl.selector),
new String(method.declaringClass. [[#variableb7302680]]()),
typesAsString(method.isVarargs(), method.parameters,  [[#variable51d11760]])
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b7302680]]
readableName 
12[[#b7302680]]
shortReadableName 
13[[#b7302680]]
readableName 
14[[#b7302680]]
shortReadableName 
15[[#b7302680]]
shortReadableName 
16[[#b7302680]]
readableName 
21[[#51d11760]]
false 
22[[#51d11760]]
true 
23[[#51d11760]]
false 
24[[#51d11760]]
true 
25[[#51d11760]]
true 
26[[#51d11760]]
false