Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 2 | 0.977 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 248 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/diagnose/DiagnoseParser.java |
2 | 2 | 289 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/diagnose/DiagnoseParser.java |
3 | 2 | 405 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/diagnose/DiagnoseParser.java |
4 | 2 | 1468 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/diagnose/DiagnoseParser.java |
| ||||
tempStackTop -= (Parser.rhs[act] - 1); act = Parser.ntAction(tempStack[tempStackTop], Parser.lhs[act]); |
| ||||
nextStackTop -= (Parser.rhs[act] - 1); act = Parser.ntAction(nextStack[nextStackTop], Parser.lhs[act]); |
| ||||
stateStackTop -= (Parser.rhs[act] - 1); act = Parser.ntAction(stack[stateStackTop], Parser.lhs[act]); |
| ||||
top -= (Parser.rhs[act] - 1); act = Parser.ntAction(stck[top], Parser.lhs[act]); |
| |||
[[#variableb3806e60]]-= (Parser.rhs[act] - 1); act = Parser.ntAction( [[#variableb38069a0]][ [[#variableb3806e60]]], Parser.lhs[act]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b3806e60]] | tempStackTop |
1 | 2 | [[#b3806e60]] | nextStackTop |
1 | 3 | [[#b3806e60]] | stateStackTop |
1 | 4 | [[#b3806e60]] | top |
2 | 1 | [[#b38069a0]] | tempStack |
2 | 2 | [[#b38069a0]] | nextStack |
2 | 3 | [[#b38069a0]] | stack |
2 | 4 | [[#b38069a0]] | stck |