CloneSet2185


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7310.983statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
171197
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java
279376
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
379391
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
Clone Instance
1
Line Count
7
Source Line
1197
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java

                        if ( ++this.identifierLengthPtr >= stackLength) {
                                System.arraycopy(
                                        this.identifierLengthStack, 0, 
                                        this.identifierLengthStack = new int[stackLength + 10], 0, 
                                        stackLength);
                        }
                        this.identifierLengthStack[this.identifierLengthPtr] = 1;


Clone Instance
2
Line Count
7
Source Line
9376
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

        if ( ++this.identifierLengthPtr >= stackLength) {
                System.arraycopy(
                        this.identifierLengthStack, 0, 
                        this.identifierLengthStack = new int[stackLength + 10], 0, 
                        stackLength);
        }
        this.identifierLengthStack[this.identifierLengthPtr] = 1;


Clone Instance
3
Line Count
7
Source Line
9391
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

        if ( ++this.identifierLengthPtr >= stackLength) {
                System.arraycopy(
                        this.identifierLengthStack, 0, 
                        this.identifierLengthStack = new int[stackLength + 10], 0, 
                        stackLength);
        }
        this.identifierLengthStack[this.identifierLengthPtr] = flag;


Clone AbstractionParameter Count: 1Parameter Bindings

if ( ++this.identifierLengthPtr >= stackLength) {
  System.arraycopy(this.identifierLengthStack, 0, this.identifierLengthStack = new int[stackLength + 10], 0, stackLength);
}
this.identifierLengthStack[this.identifierLengthPtr] = [[#variable583c0b60]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#583c0b60]]
1 
12[[#583c0b60]]
flag 
13[[#583c0b60]]
1