CloneSet264


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
41830.962statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14398
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java
241414
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java
341418
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java
441233
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java
544495
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
648771
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
749403
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
849426
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
949446
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
1049457
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
1149479
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
1249489
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
1349499
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
1449510
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
1549521
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
1641297
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java
174266
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/CommentRecorderParser.java
184270
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/CommentRecorderParser.java
Clone Instance
1
Line Count
4
Source Line
398
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java

                System.arraycopy(
                        this.blockStarts, 0, 
                        this.blockStarts = new int[stackLength + StackIncrement], 0, 
                        stackLength);


Clone Instance
2
Line Count
4
Source Line
1414
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java

                System.arraycopy(
                        this.elementKindStack, 0, 
                        this.elementKindStack = new int[stackLength + StackIncrement], 0, 
                        stackLength);


Clone Instance
3
Line Count
4
Source Line
1418
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java

                System.arraycopy(
                        this.elementInfoStack, 0, 
                        this.elementInfoStack = new int[stackLength + StackIncrement], 0, 
                        stackLength);


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

                                System.arraycopy(
                                        this.astLengthStack, 0, 
                                        this.astLengthStack = new int[stackLength + AstStackIncrement], 0, 
                                        stackLength);


Clone Instance
5
Line Count
4
Source Line
4495
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

                System.arraycopy(
                        this.realBlockStack, 0, 
                        this.realBlockStack = new int[stackLength + StackIncrement], 0, 
                        stackLength);


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

                        System.arraycopy(
                                this.stack, 0, 
                                this.stack = new int[stackLength + StackIncrement], 0, 
                                stackLength);


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

                System.arraycopy(
                        this.astLengthStack, 0, 
                        this.astLengthStack = new int[stackLength + StackIncrement], 0, 
                        stackLength);


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

                System.arraycopy(
                        this.astLengthStack, 0, 
                        this.astLengthStack = new int[stackLength + AstStackIncrement], 0, 
                        stackLength);


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

                System.arraycopy(
                        this.expressionLengthStack, 0, 
                        this.expressionLengthStack = new int[stackLength + ExpressionStackIncrement], 0, 
                        stackLength);


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

                System.arraycopy(
                        this.expressionLengthStack, 0, 
                        this.expressionLengthStack = new int[stackLength + StackIncrement], 0, 
                        stackLength);


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

                System.arraycopy(
                        this.genericsLengthStack, 0, 
                        this.genericsLengthStack = new int[stackLength + GenericsStackIncrement], 0, 
                        stackLength);


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

                System.arraycopy(
                        this.genericsIdentifiersLengthStack, 0, 
                        this.genericsIdentifiersLengthStack = new int[stackLength + GenericsStackIncrement], 0, 
                        stackLength);


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

                System.arraycopy(
                        this.genericsLengthStack, 0, 
                        this.genericsLengthStack = new int[stackLength + GenericsStackIncrement], 0, 
                        stackLength);


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

                System.arraycopy(
                        this.intStack, 0, 
                        this.intStack = new int[stackLength + StackIncrement], 0, 
                        stackLength);


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

                System.arraycopy(
                        this.realBlockStack, 0, 
                        this.realBlockStack = new int[stackLength + StackIncrement], 0, 
                        stackLength);


Clone Instance
16
Line Count
4
Source Line
1297
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java

                System.arraycopy(
                        this.intArrayStack, 0, 
                        this.intArrayStack = new int[stackLength + StackIncrement][], 0, 
                        stackLength);


Clone Instance
17
Line Count
4
Source Line
266
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/CommentRecorderParser.java

                                        System.arraycopy(
                                                this.commentStarts, 0, 
                                                this.commentStarts = new int[stackLength + CommentIncrement], 0, 
                                                stackLength);


Clone Instance
18
Line Count
4
Source Line
270
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/CommentRecorderParser.java

                                        System.arraycopy(
                                                this.commentStops, 0, 
                                                this.commentStops = new int[stackLength + CommentIncrement], 0, 
                                                stackLength);


Clone AbstractionParameter Count: 3Parameter Bindings

System.arraycopy(this. [[#variable957be3a0]], 0, this. [[#variable957be3a0]]= new int[stackLength +  [[#variable957be320]]] [[#variable957be2c0]], 0, stackLength);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#957be3a0]]
astLengthStack 
12[[#957be3a0]]
realBlockStack 
13[[#957be3a0]]
genericsLengthStack 
14[[#957be3a0]]
elementInfoStack 
15[[#957be3a0]]
elementKindStack 
16[[#957be3a0]]
blockStarts 
17[[#957be3a0]]
intStack 
18[[#957be3a0]]
genericsIdentifiersLengthStack 
19[[#957be3a0]]
expressionLengthStack 
110[[#957be3a0]]
expressionLengthStack 
111[[#957be3a0]]
astLengthStack 
112[[#957be3a0]]
stack 
113[[#957be3a0]]
intArrayStack 
114[[#957be3a0]]
commentStops 
115[[#957be3a0]]
commentStarts 
116[[#957be3a0]]
genericsLengthStack 
117[[#957be3a0]]
astLengthStack 
118[[#957be3a0]]
realBlockStack 
21[[#957be320]]
AstStackIncrement 
22[[#957be320]]
StackIncrement 
23[[#957be320]]
GenericsStackIncrement 
24[[#957be320]]
StackIncrement 
25[[#957be320]]
StackIncrement 
26[[#957be320]]
StackIncrement 
27[[#957be320]]
StackIncrement 
28[[#957be320]]
GenericsStackIncrement 
29[[#957be320]]
StackIncrement 
210[[#957be320]]
ExpressionStackIncrement 
211[[#957be320]]
StackIncrement 
212[[#957be320]]
StackIncrement 
213[[#957be320]]
StackIncrement 
214[[#957be320]]
CommentIncrement 
215[[#957be320]]
CommentIncrement 
216[[#957be320]]
GenericsStackIncrement 
217[[#957be320]]
AstStackIncrement 
218[[#957be320]]
StackIncrement 
31[[#957be2c0]]
32[[#957be2c0]]
33[[#957be2c0]]
34[[#957be2c0]]
35[[#957be2c0]]
36[[#957be2c0]]
37[[#957be2c0]]
38[[#957be2c0]]
39[[#957be2c0]]
310[[#957be2c0]]
311[[#957be2c0]]
312[[#957be2c0]]
313[[#957be2c0]]
[] 
314[[#957be2c0]]
315[[#957be2c0]]
316[[#957be2c0]]
317[[#957be2c0]]
318[[#957be2c0]]