CloneSet4960


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.965executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
142931
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
242935
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
Clone Instance
1
Line Count
4
Source Line
2931
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

                                       {
                        LocalDeclaration localDecl = (LocalDeclaration) this.astStack[this.astPtr];
                        this.lastCheckPoint = localDecl.sourceEnd + 1;
                        this.currentElement = this.currentElement.add(localDecl, 0);
                                       }


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

                       {
                        FieldDeclaration fieldDecl = (FieldDeclaration) this.astStack[this.astPtr];
                        this.lastCheckPoint = fieldDecl.sourceEnd + 1;
                        this.currentElement = this.currentElement.add(fieldDecl, 0);
                       }


Clone AbstractionParameter Count: 2Parameter Bindings

{
   [[#variable58d18080]]  [[#variableb358dfe0]]= ( [[#variable58d18080]]) this.astStack[this.astPtr];
  this.lastCheckPoint = [[#variableb358dfe0]].sourceEnd + 1;
  this.currentElement = this.currentElement.add( [[#variableb358dfe0]], 0);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#58d18080]]
FieldDeclaration 
12[[#58d18080]]
LocalDeclaration 
21[[#b358dfe0]]
fieldDecl 
22[[#b358dfe0]]
localDecl