Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 2 | 0.955 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 996 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
2 | 4 | 1000 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
3 | 4 | 1019 | 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; } |
| ||||
{ LocalDeclaration statement = (LocalDeclaration) node; element = element.add(statement, 0); this.lastCheckPoint = statement.sourceEnd + 1; } |
| ||||
{ Statement statement = (Statement) node; element = element.add(statement, 0); this.lastCheckPoint = statement.sourceEnd + 1; } |
| |||
{ [[#variablea0b21480]] [[#variablea0b21580]]= ( [[#variablea0b21480]]) node; element = element.add( [[#variablea0b21580]], 0); this.lastCheckPoint = [[#variablea0b21580]].sourceEnd + 1; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a0b21480]] | LocalDeclaration |
1 | 2 | [[#a0b21480]] | Block |
1 | 3 | [[#a0b21480]] | Statement |
2 | 1 | [[#a0b21580]] | statement |
2 | 2 | [[#a0b21580]] | block |
2 | 3 | [[#a0b21580]] | statement |