Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 0 | 1.000 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 3415 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
2 | 9 | 3909 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
| ||||
// update the this.astStack, this.astPtr and this.astLengthStack int startIndex = this.astPtr - this.variablesCounter[this.nestedType] + 1; System.arraycopy( this.astStack, startIndex, this.astStack, startIndex - 1, variableDeclaratorsCounter); this.astPtr--; // remove the type reference this.astLengthStack[ --this.astLengthPtr] = variableDeclaratorsCounter; |
| ||||
// update the this.astStack, this.astPtr and this.astLengthStack int startIndex = this.astPtr - this.variablesCounter[this.nestedType] + 1; System.arraycopy( this.astStack, startIndex, this.astStack, startIndex - 1, variableDeclaratorsCounter); this.astPtr--; // remove the type reference this.astLengthStack[ --this.astLengthPtr] = variableDeclaratorsCounter; |
| |||
// update the this.astStack, this.astPtr and this.astLengthStack int startIndex = this.astPtr - this.variablesCounter[this.nestedType] + 1; System.arraycopy(this.astStack, startIndex, this.astStack, startIndex - 1, variableDeclaratorsCounter); this.astPtr--; // remove the type reference this.astLengthStack[ --this.astLengthPtr] = variableDeclaratorsCounter; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |