Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 4 | 0.958 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 274 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/diagnose/DiagnoseParser.java |
2 | 2 | 356 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/diagnose/DiagnoseParser.java |
3 | 2 | 361 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/diagnose/DiagnoseParser.java |
| ||||
for (int i = next_pos + 1; i <= nextStackTop; i++) nextStack[i] = tempStack[i]; |
| ||||
for (int i = prev_pos + 1; i <= prevStackTop; i++) prevStack[i] = stack[i]; |
| ||||
for (int i = pos + 1; i <= stateStackTop; i++) stack[i] = nextStack[i]; |
| |||
for (int i = [[#variable5ab25880]] + 1; i <= [[#variable5ab257c0]]; i++) [[#variable5ab25720]][i] = [[#variable5ab25780]][i]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5ab25880]] | pos |
1 | 2 | [[#5ab25880]] | prev_pos |
1 | 3 | [[#5ab25880]] | next_pos |
2 | 1 | [[#5ab257c0]] | stateStackTop |
2 | 2 | [[#5ab257c0]] | prevStackTop |
2 | 3 | [[#5ab257c0]] | nextStackTop |
3 | 1 | [[#5ab25720]] | stack |
3 | 2 | [[#5ab25720]] | prevStack |
3 | 3 | [[#5ab25720]] | nextStack |
4 | 1 | [[#5ab25780]] | nextStack |
4 | 2 | [[#5ab25780]] | stack |
4 | 3 | [[#5ab25780]] | tempStack |