Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 4 | 3 | 0.972 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 2349 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
2 | 6 | 6642 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
3 | 6 | 6662 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
4 | 6 | 6670 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
| ||||
System.arraycopy( this.astStack, this.astPtr + 1, statements = new Statement[length], 0, length ); |
| ||||
System.arraycopy( this.expressionStack, this.expressionPtr + 1, updates = new Statement[length], 0, length ); |
| ||||
System.arraycopy( this.expressionStack, this.expressionPtr + 1, inits = new Statement[length], 0, length ); |
| ||||
System.arraycopy( this.astStack, this.astPtr + 1, inits = new Statement[length], 0, length ); |
| |||
System.arraycopy(this. [[#variable92b38320]], this. [[#variable92b38260]] + 1, [[#variable92b38200]]= new Statement[length], 0, length); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#92b38320]] | astStack |
1 | 2 | [[#92b38320]] | expressionStack |
1 | 3 | [[#92b38320]] | expressionStack |
1 | 4 | [[#92b38320]] | astStack |
2 | 1 | [[#92b38260]] | astPtr |
2 | 2 | [[#92b38260]] | expressionPtr |
2 | 3 | [[#92b38260]] | expressionPtr |
2 | 4 | [[#92b38260]] | astPtr |
3 | 1 | [[#92b38200]] | inits |
3 | 2 | [[#92b38200]] | inits |
3 | 3 | [[#92b38200]] | updates |
3 | 4 | [[#92b38200]] | statements |