CloneSet2039


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7320.973statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17780
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java
274007
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
374444
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
Clone Instance
1
Line Count
7
Source Line
780
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java

        if ((length = this.astLengthStack[this.astLengthPtr-- ]) != 0) {
                System.arraycopy(
                        this.astStack, 
                        (this.astPtr -= length) + 1, 
                        normalAnnotation.memberValuePairs = new MemberValuePair[length], 
                        0, 
                        length  );
        }


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

                if ((length = this.astLengthStack[this.astLengthPtr-- ]) != 0) {
                        System.arraycopy(
                                this.astStack, 
                                (this.astPtr -= length) + 1, 
                                statements = new Statement[length], 
                                0, 
                                length  );
                }


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

        if ((length = this.astLengthStack[this.astLengthPtr-- ]) != 0) {
                System.arraycopy(
                        this.astStack, 
                        (this.astPtr -= length) + 1, 
                        normalAnnotation.memberValuePairs = new MemberValuePair[length], 
                        0, 
                        length  );
        }


Clone AbstractionParameter Count: 2Parameter Bindings

if ((length = this.astLengthStack[this.astLengthPtr-- ]) != 0) {
  System.arraycopy(this.astStack, (this.astPtr -= length) + 1,  [[#variable9619a820]]= new [[#variablea431a020]][length], 0, length);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9619a820]]
normalAnnotation.memberValuePairs 
12[[#9619a820]]
statements 
13[[#9619a820]]
normalAnnotation.memberValuePairs 
21[[#a431a020]]
MemberValuePair 
22[[#a431a020]]
Statement 
23[[#a431a020]]
MemberValuePair