Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.977 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 427 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/JavadocParser.java |
2 | 3 | 391 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/DocCommentParser.java |
| ||||
this.index = this.tagSourceEnd + 1; this.scanner.currentPosition = this.tagSourceEnd + 1; // Decide which parse to perform depending on tag name this.tagValue = NO_TAG_VALUE; |
| ||||
this.index = this.tagSourceEnd + 1; this.scanner.currentPosition = this.tagSourceEnd + 1; this.tagSourceStart = previousPosition; |
| |||
this.index = this.tagSourceEnd + 1; this.scanner.currentPosition = this.tagSourceEnd + 1; // Decide which parse to perform depending on tag name this. [[#variable8fb683e0]]= [[#variable8fb68440]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#8fb683e0]] | tagSourceStart |
1 | 2 | [[#8fb683e0]] | tagValue |
2 | 1 | [[#8fb68440]] | previousPosition |
2 | 2 | [[#8fb68440]] | NO_TAG_VALUE |