Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 6 | 3 | 0.963 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 303 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration.java |
2 | 4 | 1222 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java |
3 | 4 | 590 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/JavadocParser.java |
4 | 4 | 9416 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
5 | 4 | 9437 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
6 | 4 | 9470 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
| ||||
System.arraycopy( this.stringLiterals, 0, this.stringLiterals = new StringLiteral[stackLength + STRING_LITERALS_INCREMENT], 0, stackLength); |
| ||||
System.arraycopy( this.astStack, 0, this.astStack = new Object[stackLength + AstStackIncrement], 0, stackLength); |
| ||||
System.arraycopy( this.invalidParamReferencesStack, 0, this.invalidParamReferencesStack = new JavadocSingleNameReference[stackLength + AstStackIncrement], 0, stackLength); |
| ||||
System.arraycopy( this.astStack, 0, this.astStack = new ASTNode[stackLength + AstStackIncrement], 0, stackLength); |
| ||||
System.arraycopy( this.expressionStack, 0, this.expressionStack = new Expression[stackLength + ExpressionStackIncrement], 0, stackLength); |
| ||||
System.arraycopy( this.genericsStack, 0, this.genericsStack = new ASTNode[stackLength + GenericsStackIncrement], 0, stackLength); |
| |||
System.arraycopy(this. [[#variable650c7d80]], 0, this. [[#variable650c7d80]]= new [[#variable650c7d00]][stackLength + [[#variable650c7c80]]], 0, stackLength); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#650c7d80]] | stringLiterals |
1 | 2 | [[#650c7d80]] | astStack |
1 | 3 | [[#650c7d80]] | invalidParamReferencesStack |
1 | 4 | [[#650c7d80]] | genericsStack |
1 | 5 | [[#650c7d80]] | expressionStack |
1 | 6 | [[#650c7d80]] | astStack |
2 | 1 | [[#650c7d00]] | StringLiteral |
2 | 2 | [[#650c7d00]] | Object |
2 | 3 | [[#650c7d00]] | JavadocSingleNameReference |
2 | 4 | [[#650c7d00]] | ASTNode |
2 | 5 | [[#650c7d00]] | Expression |
2 | 6 | [[#650c7d00]] | ASTNode |
3 | 1 | [[#650c7c80]] | STRING_LITERALS_INCREMENT |
3 | 2 | [[#650c7c80]] | AstStackIncrement |
3 | 3 | [[#650c7c80]] | AstStackIncrement |
3 | 4 | [[#650c7c80]] | GenericsStackIncrement |
3 | 5 | [[#650c7c80]] | ExpressionStackIncrement |
3 | 6 | [[#650c7c80]] | AstStackIncrement |