Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.975 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 3843 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
2 | 2 | 3845 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| ||||
String closestParameterTypeNames = typesAsString(problemMethod.closestMatch.isVarargs(), problemMethod.closestMatch.parameters, false); String parameterTypeNames = typesAsString(method.isVarargs(), method.parameters, false); |
| ||||
String closestParameterTypeShortNames = typesAsString(problemMethod.closestMatch.isVarargs(), problemMethod.closestMatch.parameters, true); String parameterTypeShortNames = typesAsString(method.isVarargs(), method.parameters, true); |
| |||
String [[#variable5acb1ba0]]= typesAsString(problemMethod.closestMatch.isVarargs(), problemMethod.closestMatch.parameters, [[#variable993f38a0]]); String [[#variable990ee520]]= typesAsString(method.isVarargs(), method.parameters, [[#variable993f38a0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5acb1ba0]] | closestParameterTypeNames |
1 | 2 | [[#5acb1ba0]] | closestParameterTypeShortNames |
2 | 1 | [[#993f38a0]] | false |
2 | 2 | [[#993f38a0]] | true |
3 | 1 | [[#990ee520]] | parameterTypeNames |
3 | 2 | [[#990ee520]] | parameterTypeShortNames |