CloneSet64


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
72410.995statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
172005
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java
272166
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java
372183
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java
472221
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java
57483
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java
671299
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
772072
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
872444
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
972501
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
1072722
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
1172864
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
1272885
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
1372980
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
1473179
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
1573487
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
1673704
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
1774137
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
1874199
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
197227
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java
207356
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java
217447
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java
227579
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java
237685
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java
247864
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java
Clone Instance
1
Line Count
7
Source Line
2005
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java

                if ((length = this.expressionLengthStack[this.expressionLengthPtr-- ]) != 0) {
                        System.arraycopy(
                                this.expressionStack, 
                                (this.expressionPtr -= length) + 1, 
                                arg.annotations = new Annotation[length], 
                                0, 
                                length  );
                }


Clone Instance
2
Line Count
7
Source Line
2166
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java

                                        if ((length = this.expressionLengthStack[this.expressionLengthPtr-- ]) != 0) {
                                                System.arraycopy(
                                                        this.expressionStack, 
                                                        (this.expressionPtr -= length) + 1, 
                                                        completionFieldDecl.annotations = new Annotation[length], 
                                                        0, 
                                                        length  );
                                        }


Clone Instance
3
Line Count
7
Source Line
2183
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java

                                        if ((length = this.expressionLengthStack[this.expressionLengthPtr-- ]) != 0) {
                                                System.arraycopy(
                                                        this.expressionStack, 
                                                        (this.expressionPtr -= length) + 1, 
                                                        md.annotations = new Annotation[length], 
                                                        0, 
                                                        length  );
                                        }


Clone Instance
4
Line Count
7
Source Line
2221
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java

                if ((length = this.expressionLengthStack[this.expressionLengthPtr-- ]) != 0) {
                        System.arraycopy(
                                this.expressionStack, 
                                (this.expressionPtr -= length) + 1, 
                                md.annotations = new Annotation[length], 
                                0, 
                                length  );
                }


Clone Instance
5
Line Count
7
Source Line
483
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java

        // consume annotations
        if ((length = this.expressionLengthStack[this.expressionLengthPtr-- ]) != 0) {
                System.arraycopy(
                        this.expressionStack, 
                        (this.expressionPtr -= length) + 1, 
                        reference.annotations = new Annotation[length], 
                        0, 
                        length  );
        }


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

        if ((length = this.expressionLengthStack[this.expressionLengthPtr-- ]) != 0) {
                System.arraycopy(
                        this.expressionStack, 
                        (this.expressionPtr -= length) + 1, 
                        annotationTypeDeclaration.annotations = new Annotation[length], 
                        0, 
                        length  );
        }


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

        if ((length = this.expressionLengthStack[this.expressionLengthPtr-- ]) != 0) {
                System.arraycopy(
                        this.expressionStack, 
                        (this.expressionPtr -= length) + 1, 
                        typeDecl.annotations = new Annotation[length], 
                        0, 
                        length  );
        }


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

        if ((length = this.expressionLengthStack[this.expressionLengthPtr-- ]) != 0) {
                System.arraycopy(
                        this.expressionStack, 
                        (this.expressionPtr -= length) + 1, 
                        cd.annotations = new Annotation[length], 
                        0, 
                        length  );
        }


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

        // consume annotations
        if ((length = this.expressionLengthStack[this.expressionLengthPtr-- ]) != 0) {
                System.arraycopy(
                        this.expressionStack, 
                        (this.expressionPtr -= length) + 1, 
                        cd.annotations = new Annotation[length], 
                        0, 
                        length  );
        }


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

        if ((length = this.expressionLengthStack[this.expressionLengthPtr-- ]) != 0) {
                System.arraycopy(
                        this.expressionStack, 
                        (this.expressionPtr -= length) + 1, 
                        localDeclaration.annotations = new Annotation[length], 
                        0, 
                        length  );
        }


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

                        if ((length = this.expressionLengthStack[this.expressionLengthPtr-- ]) != 0) {
                                System.arraycopy(
                                        this.expressionStack, 
                                        (this.expressionPtr -= length) + 1, 
                                        declaration.annotations = new Annotation[length], 
                                        0, 
                                        length  );
                        }


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

                        if ((length = this.expressionLengthStack[this.expressionLengthPtr-- ]) != 0) {
                                System.arraycopy(
                                        this.expressionStack, 
                                        (this.expressionPtr -= length) + 1, 
                                        declaration.annotations = new Annotation[length], 
                                        0, 
                                        length  );
                        }


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

   if ((length = this.expressionLengthStack[this.expressionLengthPtr-- ]) != 0) {
      System.arraycopy(
         this.expressionStack, 
         (this.expressionPtr -= length) + 1, 
         enumConstant.annotations = new Annotation[length], 
         0, 
         length       );
   }


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

        if ((length = this.expressionLengthStack[this.expressionLengthPtr-- ]) != 0) {
                System.arraycopy(
                        this.expressionStack, 
                        (this.expressionPtr -= length) + 1, 
                        enumDeclaration.annotations = new Annotation[length], 
                        0, 
                        length  );
        }


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

        if ((length = this.expressionLengthStack[this.expressionLengthPtr-- ]) != 0) {
                System.arraycopy(
                        this.expressionStack, 
                        (this.expressionPtr -= length) + 1, 
                        arg.annotations = new Annotation[length], 
                        0, 
                        length  );
        }


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

        if ((length = this.expressionLengthStack[this.expressionLengthPtr-- ]) != 0) {
                System.arraycopy(
                        this.expressionStack, 
                        (this.expressionPtr -= length) + 1, 
                        typeDecl.annotations = new Annotation[length], 
                        0, 
                        length  );
        }


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

        if ((length = this.expressionLengthStack[this.expressionLengthPtr-- ]) != 0) {
                System.arraycopy(
                        this.expressionStack, 
                        (this.expressionPtr -= length) + 1, 
                        md.annotations = new Annotation[length], 
                        0, 
                        length  );
        }


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

        // consume annotations
        if ((length = this.expressionLengthStack[this.expressionLengthPtr-- ]) != 0) {
                System.arraycopy(
                        this.expressionStack, 
                        (this.expressionPtr -= length) + 1, 
                        md.annotations = new Annotation[length], 
                        0, 
                        length  );
        }


Clone Instance
19
Line Count
7
Source Line
227
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java

        if ((length = this.expressionLengthStack[this.expressionLengthPtr-- ]) != 0) {
                System.arraycopy(
                        this.expressionStack, 
                        (this.expressionPtr -= length) + 1, 
                        typeDecl.annotations = new Annotation[length], 
                        0, 
                        length  );
        }


Clone Instance
20
Line Count
7
Source Line
356
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java

        if ((length = this.expressionLengthStack[this.expressionLengthPtr-- ]) != 0) {
                System.arraycopy(
                        this.expressionStack, 
                        (this.expressionPtr -= length) + 1, 
                        cd.annotations = new Annotation[length], 
                        0, 
                        length  );
        }


Clone Instance
21
Line Count
7
Source Line
447
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java

                if ((length = this.expressionLengthStack[this.expressionLengthPtr-- ]) != 0) {
                        System.arraycopy(
                                this.expressionStack, 
                                (this.expressionPtr -= length) + 1, 
                                declaration.annotations = new Annotation[length], 
                                0, 
                                length  );
                }


Clone Instance
22
Line Count
7
Source Line
579
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java

        if ((length = this.expressionLengthStack[this.expressionLengthPtr-- ]) != 0) {
                System.arraycopy(
                        this.expressionStack, 
                        (this.expressionPtr -= length) + 1, 
                        arg.annotations = new Annotation[length], 
                        0, 
                        length  );
        }


Clone Instance
23
Line Count
7
Source Line
685
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java

        if ((length = this.expressionLengthStack[this.expressionLengthPtr-- ]) != 0) {
                System.arraycopy(
                        this.expressionStack, 
                        (this.expressionPtr -= length) + 1, 
                        typeDecl.annotations = new Annotation[length], 
                        0, 
                        length  );
        }


Clone Instance
24
Line Count
7
Source Line
864
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java

        if ((length = this.expressionLengthStack[this.expressionLengthPtr-- ]) != 0) {
                System.arraycopy(
                        this.expressionStack, 
                        (this.expressionPtr -= length) + 1, 
                        md.annotations = new Annotation[length], 
                        0, 
                        length  );
        }


Clone AbstractionParameter Count: 1Parameter Bindings

// consume annotations
if ((length = this.expressionLengthStack[this.expressionLengthPtr-- ]) != 0) {
  System.arraycopy(this.expressionStack, (this.expressionPtr -= length) + 1,  [[#variablebe83a240]].annotations = new Annotation[length], 0, length);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#be83a240]]
md 
12[[#be83a240]]
declaration 
13[[#be83a240]]
arg 
14[[#be83a240]]
typeDecl 
15[[#be83a240]]
cd 
16[[#be83a240]]
completionFieldDecl 
17[[#be83a240]]
reference 
18[[#be83a240]]
enumDeclaration 
19[[#be83a240]]
enumConstant 
110[[#be83a240]]
localDeclaration 
111[[#be83a240]]
annotationTypeDeclaration 
112[[#be83a240]]
typeDecl 
113[[#be83a240]]
declaration 
114[[#be83a240]]
md 
115[[#be83a240]]
md 
116[[#be83a240]]
md 
117[[#be83a240]]
typeDecl 
118[[#be83a240]]
arg 
119[[#be83a240]]
cd 
120[[#be83a240]]
md 
121[[#be83a240]]
arg 
122[[#be83a240]]
declaration 
123[[#be83a240]]
cd 
124[[#be83a240]]
typeDecl