Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.965 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 2931 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
2 | 4 | 2935 | 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); } |
| ||||
{ FieldDeclaration fieldDecl = (FieldDeclaration) this.astStack[this.astPtr]; this.lastCheckPoint = fieldDecl.sourceEnd + 1; this.currentElement = this.currentElement.add(fieldDecl, 0); } |
| |||
{ [[#variable58d18080]] [[#variableb358dfe0]]= ( [[#variable58d18080]]) this.astStack[this.astPtr]; this.lastCheckPoint = [[#variableb358dfe0]].sourceEnd + 1; this.currentElement = this.currentElement.add( [[#variableb358dfe0]], 0); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58d18080]] | FieldDeclaration |
1 | 2 | [[#58d18080]] | LocalDeclaration |
2 | 1 | [[#b358dfe0]] | fieldDecl |
2 | 2 | [[#b358dfe0]] | localDecl |