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.972 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 2975 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
2 | 2 | 2977 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| ||||
String closestParameterTypeNames = typesAsString(shownMethod.isVarargs(), shownMethod.parameters, false); String parameterTypeNames = typesAsString(false, problemMethod.parameters, false); |
| ||||
String closestParameterTypeShortNames = typesAsString(shownMethod.isVarargs(), shownMethod.parameters, true); String parameterTypeShortNames = typesAsString(false, problemMethod.parameters, true); |
| |||
String [[#variable7d734280]]= typesAsString(shownMethod.isVarargs(), shownMethod.parameters, [[#variable50898620]]); String [[#variable77ab32c0]]= typesAsString(false, problemMethod.parameters, [[#variable50898620]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#7d734280]] | closestParameterTypeNames |
1 | 2 | [[#7d734280]] | closestParameterTypeShortNames |
2 | 1 | [[#50898620]] | false |
2 | 2 | [[#50898620]] | true |
3 | 1 | [[#77ab32c0]] | parameterTypeNames |
3 | 2 | [[#77ab32c0]] | parameterTypeShortNames |