Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 2 | 0.953 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 987 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/diagnose/DiagnoseParser.java |
2 | 11 | 1895 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/diagnose/DiagnoseParser.java |
| ||||
repair.symbol = Parser.scope_lhs[scopeIndex[scopeStackTop]] + NT_OFFSET; stateStackTop = scopePosition[scopeStackTop]; reportError(repair.code, -scopeIndex[scopeStackTop], locationStack[scopePosition[scopeStackTop]], prevtok, getNtermIndex(stack[stateStackTop], repair.symbol, repair.bufferPosition)); break; |
| ||||
repair.symbol = Parser.scope_lhs[scopeIndex[scopeStackTop]] + NT_OFFSET; stateStackTop = scopePosition[scopeStackTop]; reportError(SCOPE_CODE, -scopeIndex[scopeStackTop], locationStack[scopePosition[scopeStackTop]], buffer[1], getNtermIndex(stack[stateStackTop], repair.symbol, repair.bufferPosition)); break; |
| |||
repair.symbol = Parser.scope_lhs[scopeIndex[scopeStackTop]] + NT_OFFSET; stateStackTop = scopePosition[scopeStackTop]; reportError( [[#variableb4202f80]], -scopeIndex[scopeStackTop], locationStack[scopePosition[scopeStackTop]], [[#variable753c9040]], getNtermIndex(stack[stateStackTop], repair.symbol, repair.bufferPosition)); break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b4202f80]] | SCOPE_CODE |
1 | 2 | [[#b4202f80]] | repair.code |
2 | 1 | [[#753c9040]] | buffer[1] |
2 | 2 | [[#753c9040]] | prevtok |