Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 4 | 4 | 0.960 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 1185 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
2 | 6 | 1193 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
3 | 6 | 1673 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
4 | 6 | 4612 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| ||||
this.handle( IProblem.DisallowedTargetForAnnotation, new String[] { new String(annotation.resolvedType.readableName()) }, new String[] { new String(annotation.resolvedType.shortReadableName()) }, annotation.sourceStart, annotation.sourceEnd); |
| ||||
this.handle( IProblem.DuplicateAnnotation, new String[] { new String(annotation.resolvedType.readableName()) }, new String[] { new String(annotation.resolvedType.shortReadableName()) }, annotation.sourceStart, annotation.sourceEnd); |
| ||||
this.handle( IProblem.GenericTypeCannotExtendThrowable, new String[] { new String(typeDecl.binding.readableName()) }, new String[] { new String(typeDecl.binding.shortReadableName()) }, location.sourceStart, location.sourceEnd); |
| ||||
this.handle( IProblem.NoAdditionalBoundAfterTypeVariable, new String[] { new String(boundReference.resolvedType.readableName()) }, new String[] { new String(boundReference.resolvedType.shortReadableName()) }, boundReference.sourceStart, boundReference.sourceEnd); |
| |||
this.handle(IProblem. [[#variablebe721340]], new String[] { new String( [[#variablebe720ca0]]. [[#variablebe721300]].readableName()) }, new String[] { new String( [[#variablebe720ca0]]. [[#variablebe721300]].shortReadableName()) }, [[#variablebe721380]].sourceStart, [[#variablebe721380]].sourceEnd); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#be721340]] | NoAdditionalBoundAfterTypeVariable |
1 | 2 | [[#be721340]] | GenericTypeCannotExtendThrowable |
1 | 3 | [[#be721340]] | DuplicateAnnotation |
1 | 4 | [[#be721340]] | DisallowedTargetForAnnotation |
2 | 1 | [[#be720ca0]] | boundReference |
2 | 2 | [[#be720ca0]] | typeDecl |
2 | 3 | [[#be720ca0]] | annotation |
2 | 4 | [[#be720ca0]] | annotation |
3 | 1 | [[#be721300]] | resolvedType |
3 | 2 | [[#be721300]] | binding |
3 | 3 | [[#be721300]] | resolvedType |
3 | 4 | [[#be721300]] | resolvedType |
4 | 1 | [[#be721380]] | boundReference |
4 | 2 | [[#be721380]] | location |
4 | 3 | [[#be721380]] | annotation |
4 | 4 | [[#be721380]] | annotation |