CloneSet7416


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.959statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
141588
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/diagnose/DiagnoseParser.java
231631
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/diagnose/DiagnoseParser.java
Clone Instance
1
Line Count
4
Source Line
1588
Source File
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*/
                        }


Clone Instance
2
Line Count
3
Source Line
1631
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/diagnose/DiagnoseParser.java

                for (last_index = MAX_DISTANCE - 1;
                         last_index >= 1 && lexStream.kind(buffer[last_index]) == EOFT_SYMBOL;
                         last_index--) {
                                       /*empty*/
                }


Clone AbstractionParameter Count: 1Parameter Bindings

//
// 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#585acd40]]
next_last_index 
12[[#585acd40]]
last_index