| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 2 | 0.982 | conditional_or_expression |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 6080 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 2 | 4 | 6085 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| ||||
new String[] {
new String(method.binding.declaringClass.readableName()),
typesAsString(method.binding.isVarargs(), method.binding.parameters, false),
new String(exceptionType.readableName())
,
}
|
| ||||
new String[] {
new String(method.binding.declaringClass.shortReadableName()),
typesAsString(method.binding.isVarargs(), method.binding.parameters, true),
new String(exceptionType.shortReadableName())
,
}
|
| |||
new String[] {
new String(method.binding.declaringClass. [[#variable61037900]]()),
typesAsString(method.binding.isVarargs(), method.binding.parameters, [[#variable61037e20]]),
new String(exceptionType. [[#variable61037900]]())
,
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#61037900]] | shortReadableName |
| 1 | 2 | [[#61037900]] | readableName |
| 2 | 1 | [[#61037e20]] | true |
| 2 | 2 | [[#61037e20]] | false |