Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.980 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 92 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Block.java |
2 | 2 | 108 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Block.java |
3 | 2 | 336 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/SwitchStatement.java |
| ||||
if ((this.bits& UndocumentedEmptyBlock) != 0) { upperScope.problemReporter().undocumentedEmptyBlock(this.sourceStart, this.sourceEnd); } |
| ||||
if ((this.bits& UndocumentedEmptyBlock) != 0) { givenScope.problemReporter().undocumentedEmptyBlock(this.sourceStart, this.sourceEnd); } |
| ||||
if ((this.bits& UndocumentedEmptyBlock) != 0) { upperScope.problemReporter().undocumentedEmptyBlock(this.blockStart, this.sourceEnd); } |
| |||
if ((this.bits&UndocumentedEmptyBlock) != 0) { [[#variablea4ae2ac0]].problemReporter().undocumentedEmptyBlock(this. [[#variablea4ae2a00]], this.sourceEnd); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a4ae2ac0]] | upperScope |
1 | 2 | [[#a4ae2ac0]] | givenScope |
1 | 3 | [[#a4ae2ac0]] | upperScope |
2 | 1 | [[#a4ae2a00]] | sourceStart |
2 | 2 | [[#a4ae2a00]] | sourceStart |
2 | 3 | [[#a4ae2a00]] | blockStart |