Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 3 | 3 | 0.970 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 2558 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
2 | 6 | 2567 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
3 | 6 | 2580 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| ||||
if (insideDefaultConstructor) { id = IProblem.UndefinedConstructorInDefaultConstructor; } else if (insideImplicitConstructorCall) { id = IProblem.UndefinedConstructorInImplicitConstructorCall; } else { id = IProblem.UndefinedConstructor; } |
| ||||
if (insideDefaultConstructor) { id = IProblem.NotVisibleConstructorInDefaultConstructor; } else if (insideImplicitConstructorCall) { id = IProblem.NotVisibleConstructorInImplicitConstructorCall; } else { id = IProblem.NotVisibleConstructor; } |
| ||||
if (insideDefaultConstructor) { id = IProblem.AmbiguousConstructorInDefaultConstructor; } else if (insideImplicitConstructorCall) { id = IProblem.AmbiguousConstructorInImplicitConstructorCall; } else { id = IProblem.AmbiguousConstructor; } |
| |||
if (insideDefaultConstructor) { id = IProblem. [[#variablea4ae3da0]]; } else if (insideImplicitConstructorCall) { id = IProblem. [[#variablea4ae3d20]]; } else { id = IProblem. [[#variablea4ae3ca0]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a4ae3da0]] | UndefinedConstructorInDefaultConstructor |
1 | 2 | [[#a4ae3da0]] | NotVisibleConstructorInDefaultConstructor |
1 | 3 | [[#a4ae3da0]] | AmbiguousConstructorInDefaultConstructor |
2 | 1 | [[#a4ae3d20]] | UndefinedConstructorInImplicitConstructorCall |
2 | 2 | [[#a4ae3d20]] | NotVisibleConstructorInImplicitConstructorCall |
2 | 3 | [[#a4ae3d20]] | AmbiguousConstructorInImplicitConstructorCall |
3 | 1 | [[#a4ae3ca0]] | UndefinedConstructor |
3 | 2 | [[#a4ae3ca0]] | NotVisibleConstructor |
3 | 3 | [[#a4ae3ca0]] | AmbiguousConstructor |