Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.982 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 4803 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
2 | 7 | 4811 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| ||||
public void objectCannotHaveSuperTypes(SourceTypeBinding type) { this.handle( IProblem.ObjectCannotHaveSuperTypes, NoArgument, NoArgument, type.sourceStart(), type.sourceEnd()); } |
| ||||
public void objectMustBeClass(SourceTypeBinding type) { this.handle( IProblem.ObjectMustBeClass, NoArgument, NoArgument, type.sourceStart(), type.sourceEnd()); } |
| |||
public void [[#variable6208cd80]](SourceTypeBinding type) { this.handle(IProblem. [[#variable6208cd20]], NoArgument, NoArgument, type.sourceStart(), type.sourceEnd()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6208cd80]] | objectCannotHaveSuperTypes |
1 | 2 | [[#6208cd80]] | objectMustBeClass |
2 | 1 | [[#6208cd20]] | ObjectCannotHaveSuperTypes |
2 | 2 | [[#6208cd20]] | ObjectMustBeClass |