CloneSet6516


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

                                                                          {

                        int end = ((RecoveredLocalVariable) this.currentElement).localDeclaration.sourceEnd;
                        this.currentElement.updateSourceEndIfNecessary(end);
                        this.currentElement = this.currentElement.parent;
                                                                          }


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

                                                                                   {

                        int end = ((RecoveredField) this.currentElement).fieldDeclaration.sourceEnd;
                        this.currentElement.updateSourceEndIfNecessary(end);
                        this.currentElement = this.currentElement.parent;
                                                                                   }


Clone AbstractionParameter Count: 2Parameter Bindings

{
  int end = (( [[#variable61aed900]]) this.currentElement). [[#variable619d4240]].sourceEnd;
  this.currentElement.updateSourceEndIfNecessary(end);
  this.currentElement = this.currentElement.parent;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#61aed900]]
RecoveredField 
12[[#61aed900]]
RecoveredLocalVariable 
21[[#619d4240]]
fieldDeclaration 
22[[#619d4240]]
localDeclaration