Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.969 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 305 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveredBlock.java |
2 | 2 | 309 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveredBlock.java |
| ||||
if (method != null && method.methodBody == this ) { return this.parent.updateOnClosingBrace(braceStart, braceEnd); } |
| ||||
if (initializer != null && initializer.initializerBody == this ) { return this.parent.updateOnClosingBrace(braceStart, braceEnd); } |
| |||
if ( [[#variable5913a340]]!= null && [[#variable5913a340]]. [[#variable5913a500]]== this ) { return this.parent.updateOnClosingBrace(braceStart, braceEnd); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5913a340]] | method |
1 | 2 | [[#5913a340]] | initializer |
2 | 1 | [[#5913a500]] | methodBody |
2 | 2 | [[#5913a500]] | initializerBody |