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.971 | conditional_or_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 813 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/EqualExpression.java |
2 | 2 | 831 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/EqualExpression.java |
| ||||
this.checkCastTypesCompatibility(scope, leftType, rightType, null) || this.checkCastTypesCompatibility(scope, rightType, leftType, null) |
| ||||
this.checkCastTypesCompatibility(scope, alternateLeftType, alternateRightType, null) || this.checkCastTypesCompatibility(scope, alternateRightType, alternateLeftType, null) |
| |||
this.checkCastTypesCompatibility(scope, [[#variablea084e360]], [[#variablea084e2e0]], null) || this.checkCastTypesCompatibility(scope, [[#variablea084e2e0]], [[#variablea084e360]], null) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a084e360]] | alternateLeftType |
1 | 2 | [[#a084e360]] | leftType |
2 | 1 | [[#a084e2e0]] | alternateRightType |
2 | 2 | [[#a084e2e0]] | rightType |