CloneSet7514


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2201.000statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12461
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/JavadocParser.java
22431
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/DocCommentParser.java
Clone Instance
1
Line Count
2
Source Line
461
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/JavadocParser.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;
                                                        }


Clone Instance
2
Line Count
2
Source Line
431
Source File
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;
                                                        }


Clone AbstractionParameter Count: 0Parameter Bindings

// 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None