Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.986 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 4273 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
2 | 5 | 4290 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| ||||
int id = (local instanceof Argument) ? IProblem.ArgumentHidingLocalVariable: IProblem.LocalVariableHidingLocalVariable; int severity = computeSeverity(id); if (severity == ProblemSeverities.Ignore) return; |
| ||||
int id = (local instanceof Argument) ? IProblem.ArgumentHidingField: IProblem.LocalVariableHidingField; int severity = computeSeverity(id); if (severity == ProblemSeverities.Ignore) return; |
| |||
int id = (local instanceof Argument) ? IProblem. [[#variable99408520]]: IProblem. [[#variable98f4a860]]; int severity = computeSeverity(id); if (severity == ProblemSeverities.Ignore) return; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#99408520]] | ArgumentHidingField |
1 | 2 | [[#99408520]] | ArgumentHidingLocalVariable |
2 | 1 | [[#98f4a860]] | LocalVariableHidingField |
2 | 2 | [[#98f4a860]] | LocalVariableHidingLocalVariable |