Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.954 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1160 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/BinaryExpression.java |
2 | 4 | 1177 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/BinaryExpression.java |
| ||||
{ // <something equivalent to false> ^ x this.left.generateCode(currentScope, codeStream, false); this.right.generateCode(currentScope, codeStream, valueRequired); } |
| ||||
{ // x ^ <something equivalent to false> this.left.generateCode(currentScope, codeStream, valueRequired); this.right.generateCode(currentScope, codeStream, false); } |
| |||
{ // x ^ <something equivalent to false> // <something equivalent to false> ^ x this.left.generateCode(currentScope, codeStream, [[#variable5317c720]]); this.right.generateCode(currentScope, codeStream, [[#variable5317c6c0]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5317c720]] | valueRequired |
1 | 2 | [[#5317c720]] | false |
2 | 1 | [[#5317c6c0]] | false |
2 | 2 | [[#5317c6c0]] | valueRequired |