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.952 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 208 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/AND_AND_Expression.java |
2 | 2 | 274 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/EqualExpression.java |
| ||||
// implicit falling through the FALSE case BranchLabel internalFalseLabel = new BranchLabel(codeStream); left.generateOptimizedBoolean(currentScope, codeStream, null, internalFalseLabel, !leftIsConst); |
| ||||
BranchLabel falseLabel = new BranchLabel(codeStream); left.generateOptimizedBoolean(currentScope, codeStream, null, falseLabel, valueRequired); |
| |||
// implicit falling through the FALSE case BranchLabel [[#variable6096e4a0]]= new BranchLabel(codeStream); left.generateOptimizedBoolean(currentScope, codeStream, null, [[#variable6096e4a0]], [[#variable6096e860]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6096e4a0]] | internalFalseLabel |
1 | 2 | [[#6096e4a0]] | falseLabel |
2 | 1 | [[#6096e860]] | !leftIsConst |
2 | 2 | [[#6096e860]] | valueRequired |