Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 3 | 0.958 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 23 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/JavadocQualifiedTypeReference.java |
2 | 5 | 20 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/JavadocSingleNameReference.java |
3 | 5 | 23 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/JavadocSingleTypeReference.java |
| ||||
public JavadocQualifiedTypeReference(char[][] sources, long[] pos, int tagStart, int tagEnd) { super(sources, pos); this.tagSourceStart = tagStart; this.tagSourceEnd = tagEnd; this.bits |= InsideJavadoc; } |
| ||||
public JavadocSingleNameReference(char[] source, long pos, int tagStart, int tagEnd) { super(source, pos); this.tagSourceStart = tagStart; this.tagSourceEnd = tagEnd; this.bits |= InsideJavadoc; } |
| ||||
public JavadocSingleTypeReference(char[] source, long pos, int tagStart, int tagEnd) { super(source, pos); this.tagSourceStart = tagStart; this.tagSourceEnd = tagEnd; this.bits |= InsideJavadoc; } |
| |||
public [[#variable504de4c0]](char [[#variable504de460]][] [[#variable504de3e0]], long [[#variable504de460]] pos, int tagStart, int tagEnd) { super( [[#variable504de3e0]], pos); this.tagSourceStart = tagStart; this.tagSourceEnd = tagEnd; this.bits |= InsideJavadoc; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#504de4c0]] | JavadocSingleTypeReference |
1 | 2 | [[#504de4c0]] | JavadocSingleNameReference |
1 | 3 | [[#504de4c0]] | JavadocQualifiedTypeReference |
2 | 1 | [[#504de460]] | |
2 | 2 | [[#504de460]] | |
2 | 3 | [[#504de460]] | [] |
3 | 1 | [[#504de3e0]] | source |
3 | 2 | [[#504de3e0]] | source |
3 | 3 | [[#504de3e0]] | sources |