CloneSet9148


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
134558
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
234613
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
Clone Instance
1
Line Count
3
Source Line
4558
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

        // recovery
        if (this.currentElement != null) {
                this.lastCheckPoint = impt.declarationSourceEnd + 1;
                this.restartRecovery = true; // used to avoid branching back into the regular automaton         
        }


Clone Instance
2
Line Count
3
Source Line
4613
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

        // recovery
        if (this.currentElement != null) {
                this.lastCheckPoint = impt.declarationSourceEnd + 1;
                this.restartRecovery = true; // used to avoid branching back into the regular automaton         
        }


Clone AbstractionParameter Count: 0Parameter Bindings

// recovery
if (this.currentElement != null) {
  this.lastCheckPoint = impt.declarationSourceEnd + 1;
  this.restartRecovery = true; // used to avoid branching back into the regular automaton              
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None