Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 0 | 1.000 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 461 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/JavadocParser.java |
2 | 2 | 431 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/DocCommentParser.java |
| ||||
// inhibits inherited flag when tags have been already stored // see bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=51606 // Note that for DOM_PARSER, nodes stack may be not empty even no '@' tag // was encountered in comment. But it cannot be the case for COMPILER_PARSER // and so is enough as it is only this parser which signals the missing tag warnings... if (this.astPtr == -1) { this.inheritedPositions = (((long) this.tagSourceStart) << 32) + this.tagSourceEnd; } |
| ||||
// inhibits inherited flag when tags have been already stored // see bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=51606 // Note that for DOM_PARSER, nodes stack may be not empty even no '@' tag // was encountered in comment. But it cannot be the case for COMPILER_PARSER // and so is enough as it is only this parser which signals the missing tag warnings... if (this.astPtr == -1) { this.inheritedPositions = (((long) this.tagSourceStart) << 32) + this.tagSourceEnd; } |
| |||
// inhibits inherited flag when tags have been already stored // see bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=51606 // Note that for DOM_PARSER, nodes stack may be not empty even no '@' tag // was encountered in comment. But it cannot be the case for COMPILER_PARSER // and so is enough as it is only this parser which signals the missing tag warnings... if (this.astPtr == -1) { this.inheritedPositions = (((long) this.tagSourceStart) << 32) + this.tagSourceEnd; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |