CloneSet4114


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

                                                  {
                                Block block = (Block) node;
                                element = element.add(block, 0);
                                this.lastCheckPoint = block.sourceEnd + 1;
                                                  }


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

                                                                    {
                                LocalDeclaration statement = (LocalDeclaration) node;
                                element = element.add(statement, 0);
                                this.lastCheckPoint = statement.sourceEnd + 1;
                                                                    }


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

                                                             {
                                Statement statement = (Statement) node;
                                element = element.add(statement, 0);
                                this.lastCheckPoint = statement.sourceEnd + 1;
                                                             }


Clone AbstractionParameter Count: 2Parameter Bindings

{
   [[#variablea0b21480]]  [[#variablea0b21580]]= ( [[#variablea0b21480]]) node;
  element = element.add( [[#variablea0b21580]], 0);
  this.lastCheckPoint = [[#variablea0b21580]].sourceEnd + 1;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a0b21480]]
LocalDeclaration 
12[[#a0b21480]]
Block 
13[[#a0b21480]]
Statement 
21[[#a0b21580]]
statement 
22[[#a0b21580]]
block 
23[[#a0b21580]]
statement