Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.959 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1637 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/BinaryExpression.java |
2 | 2 | 1640 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/BinaryExpression.java |
| ||||
if ((leftIsCast = this.left instanceof CastExpression) == true) this.left.bits |= ASTNode.DisableUnnecessaryCastCheck; // will check later on TypeBinding leftType = this.left.resolveType(scope); |
| ||||
if ((rightIsCast = this.right instanceof CastExpression) == true) this.right.bits |= ASTNode.DisableUnnecessaryCastCheck; // will check later on TypeBinding rightType = this.right.resolveType(scope); |
| |||
if (( [[#variable761f4340]]= this. [[#variable761f4300]]instanceof CastExpression) == true) this. [[#variable761f4300]].bits |= ASTNode.DisableUnnecessaryCastCheck; // will check later on TypeBinding [[#variable761acf40]]= this. [[#variable761f4300]].resolveType(scope); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#761f4340]] | leftIsCast |
1 | 2 | [[#761f4340]] | rightIsCast |
2 | 1 | [[#761f4300]] | left |
2 | 2 | [[#761f4300]] | right |
3 | 1 | [[#761acf40]] | leftType |
3 | 2 | [[#761acf40]] | rightType |