Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.981 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 4425 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
2 | 4 | 4430 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
| ||||
System.arraycopy( this.nestedMethod, 0, this.nestedMethod = new int[length + 30], 0, length ); |
| ||||
// increase the size of the variablesCounter as well. It has to be consistent with the size of the nestedMethod collection System.arraycopy( this.variablesCounter, 0, this.variablesCounter = new int[length + 30], 0, length ); |
| |||
// increase the size of the variablesCounter as well. It has to be consistent with the size of the nestedMethod collection System.arraycopy(this. [[#variable53b0c480]], 0, this. [[#variable53b0c480]]= new int[length + 30], 0, length); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53b0c480]] | variablesCounter |
1 | 2 | [[#53b0c480]] | nestedMethod |