Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.982 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 9690 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
2 | 5 | 9696 | 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; } |
| ||||
{ int end = ((RecoveredField) this.currentElement).fieldDeclaration.sourceEnd; this.currentElement.updateSourceEndIfNecessary(end); this.currentElement = this.currentElement.parent; } |
| |||
{ int end = (( [[#variable61aed900]]) this.currentElement). [[#variable619d4240]].sourceEnd; this.currentElement.updateSourceEndIfNecessary(end); this.currentElement = this.currentElement.parent; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#61aed900]] | RecoveredField |
1 | 2 | [[#61aed900]] | RecoveredLocalVariable |
2 | 1 | [[#619d4240]] | fieldDeclaration |
2 | 2 | [[#619d4240]] | localDeclaration |