| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 1 | 0.980 | executable_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 198 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java |
| 2 | 2 | 209 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java |
| ||||
if (this.textStart != -1 && this.textStart < previousPosition) {
if (pushText) pushText(this.textStart, previousPosition);
}
|
| ||||
if (this.textStart != -1 && this.textStart < invalidTagLineEnd) {
if (pushText) pushText(this.textStart, invalidTagLineEnd);
}
|
| |||
if (this.textStart != -1 && this.textStart < [[#variable57894120]]) {
if (pushText)
pushText(this.textStart, [[#variable57894120]]);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#57894120]] | invalidTagLineEnd |
| 1 | 2 | [[#57894120]] | previousPosition |