Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.959 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1588 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/diagnose/DiagnoseParser.java |
2 | 3 | 1631 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/diagnose/DiagnoseParser.java |
| ||||
// // If we are at the end of the input stream, compute the // index position of the first EOFT symbol (last useful // index). // for (next_last_index = MAX_DISTANCE - 1; next_last_index >= 1 && lexStream.kind(buffer[next_last_index]) == EOFT_SYMBOL; next_last_index--) { /*empty*/ } |
| ||||
for (last_index = MAX_DISTANCE - 1; last_index >= 1 && lexStream.kind(buffer[last_index]) == EOFT_SYMBOL; last_index--) { /*empty*/ } |
| |||
// // If we are at the end of the input stream, compute the // index position of the first EOFT symbol (last useful // index). // for ( [[#variable585acd40]]= MAX_DISTANCE - 1; [[#variable585acd40]]>= 1 && lexStream.kind(buffer[ [[#variable585acd40]]]) == EOFT_SYMBOL; [[#variable585acd40]]--) { /*empty*/ } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#585acd40]] | next_last_index |
1 | 2 | [[#585acd40]] | last_index |