Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 1 | 0.989 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 24 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/MarkerAnnotation.java |
2 | 4 | 23 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/NormalAnnotation.java |
3 | 4 | 24 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/SingleMemberAnnotation.java |
| ||||
public MarkerAnnotation(TypeReference type, int sourceStart) { this.type = type; this.sourceStart = sourceStart; this.sourceEnd = type.sourceEnd; } |
| ||||
public NormalAnnotation(TypeReference type, int sourceStart) { this.type = type; this.sourceStart = sourceStart; this.sourceEnd = type.sourceEnd; } |
| ||||
public SingleMemberAnnotation(TypeReference type, int sourceStart) { this.type = type; this.sourceStart = sourceStart; this.sourceEnd = type.sourceEnd; } |
| |||
public [[#variable5c672800]](TypeReference type, int sourceStart) { this.type = type; this.sourceStart = sourceStart; this.sourceEnd = type.sourceEnd; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5c672800]] | SingleMemberAnnotation |
1 | 2 | [[#5c672800]] | NormalAnnotation |
1 | 3 | [[#5c672800]] | MarkerAnnotation |