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.956 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1655 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/BinaryExpression.java |
2 | 2 | 1658 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/BinaryExpression.java |
| ||||
if ( !leftType.isBaseType() && rightTypeID != TypeIds.T_JavaLangString && rightTypeID != TypeIds.T_null) { leftTypeID = scope.environment().computeBoxingType(leftType).id; } |
| ||||
if ( !rightType.isBaseType() && leftTypeID != TypeIds.T_JavaLangString && leftTypeID != TypeIds.T_null) { rightTypeID = scope.environment().computeBoxingType(rightType).id; } |
| |||
if ( ! [[#variable6086a580]].isBaseType() && [[#variable6086afe0]]!= TypeIds.T_JavaLangString && [[#variable6086afe0]]!= TypeIds.T_null) { [[#variable6086afc0]]= scope.environment().computeBoxingType( [[#variable6086a580]]).id; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6086a580]] | rightType |
1 | 2 | [[#6086a580]] | leftType |
2 | 1 | [[#6086afe0]] | leftTypeID |
2 | 2 | [[#6086afe0]] | rightTypeID |
3 | 1 | [[#6086afc0]] | rightTypeID |
3 | 2 | [[#6086afc0]] | leftTypeID |