CloneSet1605


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6630.963statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16303
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration.java
241222
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java
34590
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/JavadocParser.java
449416
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
549437
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
649470
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
Clone Instance
1
Line Count
6
Source Line
303
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration.java

                                System.arraycopy(
                                        this.stringLiterals, 
                                        0, 
                                        this.stringLiterals = new StringLiteral[stackLength + STRING_LITERALS_INCREMENT], 
                                        0, 
                                        stackLength);


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

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


Clone Instance
3
Line Count
4
Source Line
590
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/JavadocParser.java

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


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

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


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

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


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

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


Clone AbstractionParameter Count: 3Parameter Bindings

System.arraycopy(this. [[#variable650c7d80]], 0, this. [[#variable650c7d80]]= new [[#variable650c7d00]][stackLength +  [[#variable650c7c80]]], 0, stackLength);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#650c7d80]]
stringLiterals 
12[[#650c7d80]]
astStack 
13[[#650c7d80]]
invalidParamReferencesStack 
14[[#650c7d80]]
genericsStack 
15[[#650c7d80]]
expressionStack 
16[[#650c7d80]]
astStack 
21[[#650c7d00]]
StringLiteral 
22[[#650c7d00]]
Object 
23[[#650c7d00]]
JavadocSingleNameReference 
24[[#650c7d00]]
ASTNode 
25[[#650c7d00]]
Expression 
26[[#650c7d00]]
ASTNode 
31[[#650c7c80]]
STRING_LITERALS_INCREMENT 
32[[#650c7c80]]
AstStackIncrement 
33[[#650c7c80]]
AstStackIncrement 
34[[#650c7c80]]
GenericsStackIncrement 
35[[#650c7c80]]
ExpressionStackIncrement 
36[[#650c7c80]]
AstStackIncrement