Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.964 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1636 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/diagnose/DiagnoseParser.java |
2 | 2 | 1640 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/diagnose/DiagnoseParser.java |
| ||||
misplaced = misplacementRecovery(stack, stateStackTop, last_index, misplaced, false); |
| ||||
repair = secondaryRecovery(stack, stateStackTop, last_index, repair, false); |
| |||
[[#variableb726a380]]= [[#variableb726a2e0]](stack, stateStackTop, last_index, [[#variableb726a380]], false); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b726a380]] | repair |
1 | 2 | [[#b726a380]] | misplaced |
2 | 1 | [[#b726a2e0]] | secondaryRecovery |
2 | 2 | [[#b726a2e0]] | misplacementRecovery |