Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 4 | 1 | 0.980 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 1230 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/BinaryExpression.java |
2 | 8 | 1272 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/BinaryExpression.java |
3 | 7 | 1330 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/BinaryExpression.java |
4 | 7 | 1371 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/BinaryExpression.java |
| ||||
if (valueRequired) { if (falseLabel != null) { // implicit falling through the TRUE case codeStream.goto_(falseLabel); } } // reposition the endPC codeStream.updateLastRecordedEndPC(currentScope, codeStream.position); |
| ||||
if (valueRequired) { if (falseLabel != null) { // implicit falling through the TRUE case codeStream.goto_(falseLabel); } } // reposition the endPC codeStream.updateLastRecordedEndPC(currentScope, codeStream.position); |
| ||||
if (valueRequired) { if (trueLabel != null) { codeStream.goto_(trueLabel); } } // reposition the endPC codeStream.updateLastRecordedEndPC(currentScope, codeStream.position); |
| ||||
if (valueRequired) { if (trueLabel != null) { codeStream.goto_(trueLabel); } } // reposition the endPC codeStream.updateLastRecordedEndPC(currentScope, codeStream.position); |
| |||
if (valueRequired) { if ( [[#variable9fc86280]]!= null) { // implicit falling through the TRUE case codeStream.goto_( [[#variable9fc86280]]); } } // reposition the endPC codeStream.updateLastRecordedEndPC(currentScope, codeStream.position); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9fc86280]] | trueLabel |
1 | 2 | [[#9fc86280]] | falseLabel |
1 | 3 | [[#9fc86280]] | trueLabel |
1 | 4 | [[#9fc86280]] | falseLabel |