| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 3 | 3 | 0.957 | inclusive_or_expression |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 194 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Assignment.java |
| 2 | 2 | 92 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/MemberValuePair.java |
| 3 | 2 | 98 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/MemberValuePair.java |
| ||||
(this.expression.isConstantValueOfTypeAssignableToType(rhsType, lhsType) ||
(lhsType.isBaseType() && BaseTypeBinding.isWidening(lhsType.id, rhsType.id)))
|
| ||||
(this.value.isConstantValueOfTypeAssignableToType(valueType, requiredType) ||
(requiredType.isBaseType() && BaseTypeBinding.isWidening(requiredType.id, valueType.id)))
|
| ||||
(this.value.isConstantValueOfTypeAssignableToType(valueType, leafType) ||
(leafType.isBaseType() && BaseTypeBinding.isWidening(leafType.id, valueType.id)))
|
| |||
(this. [[#variable9dc8fa80]].isConstantValueOfTypeAssignableToType( [[#variable9dc8eda0]], [[#variable9dc8fb00]]) || ( [[#variable9dc8fb00]].isBaseType() && BaseTypeBinding.isWidening( [[#variable9dc8fb00]].id, [[#variable9dc8eda0]].id))) |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#9dc8fa80]] | value |
| 1 | 2 | [[#9dc8fa80]] | value |
| 1 | 3 | [[#9dc8fa80]] | expression |
| 2 | 1 | [[#9dc8eda0]] | valueType |
| 2 | 2 | [[#9dc8eda0]] | valueType |
| 2 | 3 | [[#9dc8eda0]] | rhsType |
| 3 | 1 | [[#9dc8fb00]] | requiredType |
| 3 | 2 | [[#9dc8fb00]] | leafType |
| 3 | 3 | [[#9dc8fb00]] | lhsType |