Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.974 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 61 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveredBlock.java |
2 | 3 | 107 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveredBlock.java |
| ||||
this.attach(element); if (nestedBlockDeclaration.sourceEnd == 0) return element; return this ; |
| ||||
this.attach(element); if (localDeclaration.declarationSourceEnd == 0) return element; return this ; |
| |||
this.attach(element); if ( [[#variable9b829dc0]]. [[#variable9b829cc0]]== 0) return element; return this ; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9b829dc0]] | localDeclaration |
1 | 2 | [[#9b829dc0]] | nestedBlockDeclaration |
2 | 1 | [[#9b829cc0]] | declarationSourceEnd |
2 | 2 | [[#9b829cc0]] | sourceEnd |