CloneSet6382


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2301.000statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12949
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java
22957
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java
32982
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java
Clone Instance
1
Line Count
2
Source Line
949
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java

                                                if (this.identifierPtr >= 0) {
                                                        this.lastIdentifierEndPosition = (int) this.identifierPositionStack[this.identifierPtr];
                                                }


Clone Instance
2
Line Count
2
Source Line
957
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java

                                                                if (this.identifierPtr >= 0) {
                                                                        this.lastIdentifierEndPosition = (int) this.identifierPositionStack[this.identifierPtr];
                                                                }


Clone Instance
3
Line Count
2
Source Line
982
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java

                if (this.identifierPtr >= 0) {
                        this.lastIdentifierEndPosition = (int) this.identifierPositionStack[this.identifierPtr];
                }


Clone AbstractionParameter Count: 0Parameter Bindings

if (this.identifierPtr >= 0) {
  this.lastIdentifierEndPosition = (int) this.identifierPositionStack[this.identifierPtr];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None