Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 0 | 1.000 | switch_groups[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 16 | 534 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/JavadocParser.java |
2 | 8 | 510 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/DocCommentParser.java |
| ||||
case TerminalTokens.TokenNamereturn: this.tagValue = TAG_RETURN_VALUE; valid = parseReturn(); /* verify characters after return tag (we're expecting text description) if(!verifyCharsAfterReturnTag(this.index)) { if (this.sourceParser != null) { int end = this.starPosition == -1 || this.lineEnd<this.starPosition ? this.lineEnd : this.starPosition; this.sourceParser.problemReporter().javadocEmptyReturnTag(this.tagSourceStart, end); } } */ break; case TerminalTokens.TokenNamethrows: this.tagValue = TAG_THROWS_VALUE; valid = parseThrows(); break; |
| ||||
case TerminalTokens.TokenNamereturn: this.tagValue = TAG_RETURN_VALUE; valid = parseReturn(); break; case TerminalTokens.TokenNamethrows: this.tagValue = TAG_THROWS_VALUE; valid = parseThrows(); break; |
| |||
case TerminalTokens.TokenNamereturn: this.tagValue = TAG_RETURN_VALUE; valid = parseReturn(); /* verify characters after return tag (we're expecting text description) if(!verifyCharsAfterReturnTag(this.index)) { if (this.sourceParser != null) { int end = this.starPosition == -1 || this.lineEnd<this.starPosition ? this.lineEnd : this.starPosition; this.sourceParser.problemReporter().javadocEmptyReturnTag(this.tagSourceStart, end); } } */ break; case TerminalTokens.TokenNamethrows: this.tagValue = TAG_THROWS_VALUE; valid = parseThrows(); break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |