Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 4 | 2 | 0.990 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 439 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java |
2 | 4 | 517 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java |
3 | 4 | 670 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java |
4 | 4 | 1112 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java |
| ||||
int end = this.starPosition == -1 ? this.lineEnd: this.starPosition; if (this.source[end] == '\n') end--; if (this.reportProblems) this.sourceParser.problemReporter().javadocMalformedSeeReference(start, end); return null; |
| ||||
int end = this.starPosition == -1 ? this.lineEnd: this.starPosition; if (this.source[end] == '\n') end--; if (this.reportProblems) this.sourceParser.problemReporter().javadocMalformedSeeReference(start, end); return null; |
| ||||
int end = this.starPosition == -1 ? this.lineEnd: this.starPosition; if (this.source[end] == '\n') end--; if (this.reportProblems) this.sourceParser.problemReporter().javadocMalformedSeeReference(start, end); return null; |
| ||||
int end = this.starPosition == -1 ? this.lineEnd: this.starPosition; if (this.source[end] == '\n') end--; if (this.reportProblems) this.sourceParser.problemReporter().javadocMalformedSeeReference(typeRefStartPosition, end); return false; |
| |||
int end = this.starPosition == -1 ? this.lineEnd: this.starPosition; if (this.source[end] == '\n') end--; if (this.reportProblems) this.sourceParser.problemReporter().javadocMalformedSeeReference( [[#variableb9bb0920]], end); return [[#variable9ce80b60]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b9bb0920]] | typeRefStartPosition |
1 | 2 | [[#b9bb0920]] | start |
1 | 3 | [[#b9bb0920]] | start |
1 | 4 | [[#b9bb0920]] | start |
2 | 1 | [[#9ce80b60]] | false |
2 | 2 | [[#9ce80b60]] | null |
2 | 3 | [[#9ce80b60]] | null |
2 | 4 | [[#9ce80b60]] | null |