Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.969 | conditional_or_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 204 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Assignment.java |
2 | 5 | 242 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ReturnStatement.java |
| ||||
scope.isBoxingCompatibleWith(rhsType, lhsType) || (rhsType.isBaseType() // narrowing then boxing ? && scope.compilerOptions().sourceLevel >= ClassFileConstants.JDK1_5 // autoboxing && !lhsType.isBaseType() && this.expression.isConstantValueOfTypeAssignableToType(rhsType, scope.environment().computeBoxingType(lhsType))) |
| ||||
scope.isBoxingCompatibleWith(expressionType, methodType) || (expressionType.isBaseType() // narrowing then boxing ? && scope.compilerOptions().sourceLevel >= ClassFileConstants.JDK1_5 // autoboxing && !methodType.isBaseType() && this.expression.isConstantValueOfTypeAssignableToType(expressionType, scope.environment().computeBoxingType(methodType))) |
| |||
scope.isBoxingCompatibleWith( [[#variable59ca1920]], [[#variable59ca18a0]]) || ( [[#variable59ca1920]].isBaseType() // narrowing then boxing ? && scope.compilerOptions().sourceLevel >= ClassFileConstants.JDK1_5 // autoboxing && ! [[#variable59ca18a0]].isBaseType() && this.expression.isConstantValueOfTypeAssignableToType( [[#variable59ca1920]], scope.environment().computeBoxingType( [[#variable59ca18a0]]))) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#59ca1920]] | expressionType |
1 | 2 | [[#59ca1920]] | rhsType |
2 | 1 | [[#59ca18a0]] | methodType |
2 | 2 | [[#59ca18a0]] | lhsType |