Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.959 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 96 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java |
2 | 2 | 845 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
| ||||
this.identifierPositionStack = new long[20]; this.identifierLengthStack = new int[10]; |
| ||||
this.identifierPositionStack = new long[30]; this.variablesCounter = new int[30]; |
| |||
this.identifierPositionStack = new long[ [[#variable96b5f2a0]]]; this. [[#variable96b657c0]]= new int[ [[#variable96b64a20]]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#96b5f2a0]] | 20 |
1 | 2 | [[#96b5f2a0]] | 30 |
2 | 1 | [[#96b657c0]] | identifierLengthStack |
2 | 2 | [[#96b657c0]] | variablesCounter |
3 | 1 | [[#96b64a20]] | 10 |
3 | 2 | [[#96b64a20]] | 30 |