| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 34 | 3 | 0.956 | variable_initializer_list |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 463 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 2 | 3 | 469 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 3 | 3 | 1459 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 4 | 3 | 1464 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 5 | 3 | 3037 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 6 | 3 | 3045 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 7 | 3 | 3062 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 8 | 3 | 3067 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 9 | 3 | 3077 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 10 | 3 | 3083 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 11 | 3 | 3098 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 12 | 3 | 3104 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 13 | 3 | 3118 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 14 | 3 | 3123 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 15 | 3 | 3891 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 16 | 3 | 3899 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 17 | 3 | 3920 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 18 | 3 | 3925 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 19 | 3 | 3936 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 20 | 3 | 3942 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 21 | 3 | 3960 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 22 | 3 | 3966 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 23 | 3 | 3983 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 24 | 3 | 3988 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 25 | 1 | 4321 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 26 | 1 | 4322 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 27 | 3 | 4330 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 28 | 3 | 4337 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 29 | 1 | 4389 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 30 | 1 | 4390 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 31 | 1 | 4421 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 32 | 1 | 4422 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 33 | 3 | 6345 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 34 | 3 | 6352 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| ||||
new String(abstractMethod.selector),
typesAsString(abstractMethod.isVarargs(), abstractMethod.parameters, false),
new String(abstractMethod.declaringClass.readableName())
|
| ||||
new String(abstractMethod.selector),
typesAsString(abstractMethod.isVarargs(), abstractMethod.parameters, true),
new String(abstractMethod.declaringClass.shortReadableName())
|
| ||||
new String(abstractMethod.selector),
typesAsString(abstractMethod.isVarargs(), abstractMethod.parameters, false),
new String(abstractMethod.declaringClass.readableName())
|
| ||||
new String(abstractMethod.selector),
typesAsString(abstractMethod.isVarargs(), abstractMethod.parameters, true),
new String(abstractMethod.declaringClass.shortReadableName())
|
| ||||
new String(shownMethod.selector),
typesAsString(shownMethod.isVarargs(), shownMethod.parameters, false),
new String(shownMethod.declaringClass.readableName())
|
| ||||
new String(shownMethod.selector),
typesAsString(shownMethod.isVarargs(), shownMethod.parameters, true),
new String(shownMethod.declaringClass.shortReadableName())
|
| ||||
new String(shownMethod.selector),
typesAsString(shownMethod.isVarargs(), shownMethod.parameters, false),
new String(shownMethod.declaringClass.readableName())
|
| ||||
new String(shownMethod.selector),
typesAsString(shownMethod.isVarargs(), shownMethod.parameters, true),
new String(shownMethod.declaringClass.shortReadableName())
|
| ||||
new String(shownMethod.selector),
typesAsString(shownMethod.isVarargs(), shownMethod.parameters, false),
new String(shownMethod.declaringClass.readableName())
|
| ||||
new String(shownMethod.selector),
typesAsString(shownMethod.isVarargs(), shownMethod.parameters, true),
new String(shownMethod.declaringClass.shortReadableName())
|
| ||||
new String(shownMethod.selector),
typesAsString(shownMethod.isVarargs(), shownMethod.parameters, false),
new String(shownMethod.declaringClass.readableName())
|
| ||||
new String(shownMethod.selector),
typesAsString(shownMethod.isVarargs(), shownMethod.parameters, true),
new String(shownMethod.declaringClass.shortReadableName())
|
| ||||
new String(shownMethod.selector),
typesAsString(shownMethod.isVarargs(), shownMethod.parameters, false),
new String(shownMethod.declaringClass.readableName())
|
| ||||
new String(shownMethod.selector),
typesAsString(shownMethod.isVarargs(), shownMethod.parameters, true),
new String(shownMethod.declaringClass.shortReadableName())
|
| ||||
new String(shownMethod.selector),
typesAsString(shownMethod.isVarargs(), shownMethod.parameters, false),
new String(shownMethod.declaringClass.readableName())
|
| ||||
new String(shownMethod.selector),
typesAsString(shownMethod.isVarargs(), shownMethod.parameters, true),
new String(shownMethod.declaringClass.shortReadableName())
|
| ||||
new String(shownMethod.selector),
typesAsString(shownMethod.isVarargs(), shownMethod.parameters, false),
new String(shownMethod.declaringClass.readableName())
|
| ||||
new String(shownMethod.selector),
typesAsString(shownMethod.isVarargs(), shownMethod.parameters, true),
new String(shownMethod.declaringClass.shortReadableName())
|
| ||||
new String(shownMethod.selector),
typesAsString(shownMethod.isVarargs(), shownMethod.parameters, false),
new String(shownMethod.declaringClass.readableName())
|
| ||||
new String(shownMethod.selector),
typesAsString(shownMethod.isVarargs(), shownMethod.parameters, true),
new String(shownMethod.declaringClass.shortReadableName())
|
| ||||
new String(shownMethod.selector),
typesAsString(shownMethod.isVarargs(), shownMethod.parameters, false),
new String(shownMethod.declaringClass.readableName())
|
| ||||
new String(shownMethod.selector),
typesAsString(shownMethod.isVarargs(), shownMethod.parameters, true),
new String(shownMethod.declaringClass.shortReadableName())
|
| ||||
new String(shownMethod.selector),
typesAsString(shownMethod.isVarargs(), shownMethod.parameters, false),
new String(shownMethod.declaringClass.readableName())
|
| ||||
new String(shownMethod.selector),
typesAsString(shownMethod.isVarargs(), shownMethod.parameters, true),
new String(shownMethod.declaringClass.shortReadableName())
|
| ||||
new String(binding.selector), typesAsString(binding.isVarargs(), binding.parameters, false), new String(binding.declaringClass.readableName()) |
| ||||
new String(binding.selector), typesAsString(binding.isVarargs(), binding.parameters, true), new String(binding.declaringClass.shortReadableName()) |
| ||||
new String(currentMethod.selector),
typesAsString(currentMethod.isVarargs(), currentMethod.parameters, false),
new String(currentMethod.declaringClass.readableName())
|
| ||||
new String(currentMethod.selector),
typesAsString(currentMethod.isVarargs(), currentMethod.parameters, true),
new String(currentMethod.declaringClass.shortReadableName())
|
| ||||
new String(binding.selector), typesAsString(binding.isVarargs(), binding.parameters, false), new String(binding.declaringClass.readableName()) |
| ||||
new String(binding.selector), typesAsString(binding.isVarargs(), binding.parameters, true), new String(binding.declaringClass.shortReadableName()) |
| ||||
new String(binding.selector), typesAsString(binding.isVarargs(), binding.parameters, false), new String(binding.declaringClass.readableName()) |
| ||||
new String(binding.selector), typesAsString(binding.isVarargs(), binding.parameters, true), new String(binding.declaringClass.shortReadableName()) |
| ||||
new String(method1.selector),
typesAsString(method1.isVarargs(), method1.parameters, false),
new String(method1.declaringClass.readableName())
|
| ||||
new String(method1.selector),
typesAsString(method1.isVarargs(), method1.parameters, true),
new String(method1.declaringClass.shortReadableName())
|
| |||
new String( [[#variableb19fe2c0]].selector), typesAsString( [[#variableb19fe2c0]].isVarargs(), [[#variableb19fe2c0]].parameters, [[#variableb19fe260]]), new String( [[#variableb19fe2c0]].declaringClass. [[#variableb19fe160]]()) |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b19fe2c0]] | shownMethod |
| 1 | 2 | [[#b19fe2c0]] | shownMethod |
| 1 | 3 | [[#b19fe2c0]] | abstractMethod |
| 1 | 4 | [[#b19fe2c0]] | binding |
| 1 | 5 | [[#b19fe2c0]] | binding |
| 1 | 6 | [[#b19fe2c0]] | abstractMethod |
| 1 | 7 | [[#b19fe2c0]] | method1 |
| 1 | 8 | [[#b19fe2c0]] | currentMethod |
| 1 | 9 | [[#b19fe2c0]] | currentMethod |
| 1 | 10 | [[#b19fe2c0]] | method1 |
| 1 | 11 | [[#b19fe2c0]] | shownMethod |
| 1 | 12 | [[#b19fe2c0]] | shownMethod |
| 1 | 13 | [[#b19fe2c0]] | shownMethod |
| 1 | 14 | [[#b19fe2c0]] | shownMethod |
| 1 | 15 | [[#b19fe2c0]] | shownMethod |
| 1 | 16 | [[#b19fe2c0]] | shownMethod |
| 1 | 17 | [[#b19fe2c0]] | shownMethod |
| 1 | 18 | [[#b19fe2c0]] | shownMethod |
| 1 | 19 | [[#b19fe2c0]] | shownMethod |
| 1 | 20 | [[#b19fe2c0]] | shownMethod |
| 1 | 21 | [[#b19fe2c0]] | shownMethod |
| 1 | 22 | [[#b19fe2c0]] | shownMethod |
| 1 | 23 | [[#b19fe2c0]] | shownMethod |
| 1 | 24 | [[#b19fe2c0]] | shownMethod |
| 1 | 25 | [[#b19fe2c0]] | binding |
| 1 | 26 | [[#b19fe2c0]] | shownMethod |
| 1 | 27 | [[#b19fe2c0]] | binding |
| 1 | 28 | [[#b19fe2c0]] | binding |
| 1 | 29 | [[#b19fe2c0]] | shownMethod |
| 1 | 30 | [[#b19fe2c0]] | shownMethod |
| 1 | 31 | [[#b19fe2c0]] | abstractMethod |
| 1 | 32 | [[#b19fe2c0]] | binding |
| 1 | 33 | [[#b19fe2c0]] | abstractMethod |
| 1 | 34 | [[#b19fe2c0]] | shownMethod |
| 2 | 1 | [[#b19fe260]] | false |
| 2 | 2 | [[#b19fe260]] | true |
| 2 | 3 | [[#b19fe260]] | true |
| 2 | 4 | [[#b19fe260]] | true |
| 2 | 5 | [[#b19fe260]] | false |
| 2 | 6 | [[#b19fe260]] | false |
| 2 | 7 | [[#b19fe260]] | true |
| 2 | 8 | [[#b19fe260]] | true |
| 2 | 9 | [[#b19fe260]] | false |
| 2 | 10 | [[#b19fe260]] | false |
| 2 | 11 | [[#b19fe260]] | false |
| 2 | 12 | [[#b19fe260]] | true |
| 2 | 13 | [[#b19fe260]] | false |
| 2 | 14 | [[#b19fe260]] | true |
| 2 | 15 | [[#b19fe260]] | false |
| 2 | 16 | [[#b19fe260]] | true |
| 2 | 17 | [[#b19fe260]] | false |
| 2 | 18 | [[#b19fe260]] | true |
| 2 | 19 | [[#b19fe260]] | false |
| 2 | 20 | [[#b19fe260]] | true |
| 2 | 21 | [[#b19fe260]] | false |
| 2 | 22 | [[#b19fe260]] | true |
| 2 | 23 | [[#b19fe260]] | false |
| 2 | 24 | [[#b19fe260]] | true |
| 2 | 25 | [[#b19fe260]] | true |
| 2 | 26 | [[#b19fe260]] | true |
| 2 | 27 | [[#b19fe260]] | false |
| 2 | 28 | [[#b19fe260]] | true |
| 2 | 29 | [[#b19fe260]] | true |
| 2 | 30 | [[#b19fe260]] | false |
| 2 | 31 | [[#b19fe260]] | true |
| 2 | 32 | [[#b19fe260]] | false |
| 2 | 33 | [[#b19fe260]] | false |
| 2 | 34 | [[#b19fe260]] | false |
| 3 | 1 | [[#b19fe160]] | readableName |
| 3 | 2 | [[#b19fe160]] | shortReadableName |
| 3 | 3 | [[#b19fe160]] | shortReadableName |
| 3 | 4 | [[#b19fe160]] | shortReadableName |
| 3 | 5 | [[#b19fe160]] | readableName |
| 3 | 6 | [[#b19fe160]] | readableName |
| 3 | 7 | [[#b19fe160]] | shortReadableName |
| 3 | 8 | [[#b19fe160]] | shortReadableName |
| 3 | 9 | [[#b19fe160]] | readableName |
| 3 | 10 | [[#b19fe160]] | readableName |
| 3 | 11 | [[#b19fe160]] | readableName |
| 3 | 12 | [[#b19fe160]] | shortReadableName |
| 3 | 13 | [[#b19fe160]] | readableName |
| 3 | 14 | [[#b19fe160]] | shortReadableName |
| 3 | 15 | [[#b19fe160]] | readableName |
| 3 | 16 | [[#b19fe160]] | shortReadableName |
| 3 | 17 | [[#b19fe160]] | readableName |
| 3 | 18 | [[#b19fe160]] | shortReadableName |
| 3 | 19 | [[#b19fe160]] | readableName |
| 3 | 20 | [[#b19fe160]] | shortReadableName |
| 3 | 21 | [[#b19fe160]] | readableName |
| 3 | 22 | [[#b19fe160]] | shortReadableName |
| 3 | 23 | [[#b19fe160]] | readableName |
| 3 | 24 | [[#b19fe160]] | shortReadableName |
| 3 | 25 | [[#b19fe160]] | shortReadableName |
| 3 | 26 | [[#b19fe160]] | shortReadableName |
| 3 | 27 | [[#b19fe160]] | readableName |
| 3 | 28 | [[#b19fe160]] | shortReadableName |
| 3 | 29 | [[#b19fe160]] | shortReadableName |
| 3 | 30 | [[#b19fe160]] | readableName |
| 3 | 31 | [[#b19fe160]] | shortReadableName |
| 3 | 32 | [[#b19fe160]] | readableName |
| 3 | 33 | [[#b19fe160]] | readableName |
| 3 | 34 | [[#b19fe160]] | readableName |