Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 6 | 3 | 0.953 | switch_groups[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 2725 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
2 | 6 | 3225 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
3 | 6 | 3642 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
4 | 6 | 3798 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
5 | 6 | 3871 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
6 | 6 | 4058 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| ||||
case ProblemReasons.NotVisible: // 2 flag = IProblem.NotVisibleType; break; case ProblemReasons.Ambiguous: // 3 flag = IProblem.AmbiguousType; break; |
| ||||
case ProblemReasons.NotVisible: id = IProblem.NotVisibleType; break; case ProblemReasons.Ambiguous: id = IProblem.AmbiguousType; break; |
| ||||
case ProblemReasons.NotVisible: id = IProblem.JavadocNotVisibleConstructor; break; case ProblemReasons.Ambiguous: id = IProblem.JavadocAmbiguousConstructor; break; |
| ||||
case ProblemReasons.NotVisible: id = IProblem.JavadocNotVisibleField; break; case ProblemReasons.Ambiguous: id = IProblem.JavadocAmbiguousField; break; |
| ||||
case ProblemReasons.NotVisible: id = IProblem.JavadocNotVisibleMethod; break; case ProblemReasons.Ambiguous: id = IProblem.JavadocAmbiguousMethod; break; |
| ||||
case ProblemReasons.NotVisible: id = IProblem.JavadocNotVisibleType; break; case ProblemReasons.Ambiguous: id = IProblem.JavadocAmbiguousType; break; |
| |||
case ProblemReasons.NotVisible: // 2 [[#variable9380fee0]]= IProblem. [[#variableb2e77120]]; break; case ProblemReasons.Ambiguous: // 3 [[#variable9380fee0]]= IProblem. [[#variableb2e772c0]]; break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9380fee0]] | id |
1 | 2 | [[#9380fee0]] | id |
1 | 3 | [[#9380fee0]] | id |
1 | 4 | [[#9380fee0]] | id |
1 | 5 | [[#9380fee0]] | id |
1 | 6 | [[#9380fee0]] | flag |
2 | 1 | [[#b2e77120]] | JavadocNotVisibleType |
2 | 2 | [[#b2e77120]] | JavadocNotVisibleMethod |
2 | 3 | [[#b2e77120]] | JavadocNotVisibleField |
2 | 4 | [[#b2e77120]] | JavadocNotVisibleConstructor |
2 | 5 | [[#b2e77120]] | NotVisibleType |
2 | 6 | [[#b2e77120]] | NotVisibleType |
3 | 1 | [[#b2e772c0]] | JavadocAmbiguousType |
3 | 2 | [[#b2e772c0]] | JavadocAmbiguousMethod |
3 | 3 | [[#b2e772c0]] | JavadocAmbiguousField |
3 | 4 | [[#b2e772c0]] | JavadocAmbiguousConstructor |
3 | 5 | [[#b2e772c0]] | AmbiguousType |
3 | 6 | [[#b2e772c0]] | AmbiguousType |