Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.977 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 381 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ConditionalExpression.java |
2 | 3 | 425 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ConditionalExpression.java |
| ||||
valueIfTrue.computeConversion(scope, TypeBinding.SHORT, originalValueIfTrueType); valueIfFalse.computeConversion(scope, TypeBinding.SHORT, originalValueIfFalseType); return this.resolvedType = TypeBinding.SHORT; |
| ||||
// double valueIfTrue.computeConversion(scope, TypeBinding.DOUBLE, originalValueIfTrueType); valueIfFalse.computeConversion(scope, TypeBinding.DOUBLE, originalValueIfFalseType); return this.resolvedType = TypeBinding.DOUBLE; |
| |||
// double valueIfTrue.computeConversion(scope, TypeBinding. [[#variable9e210080]], originalValueIfTrueType); valueIfFalse.computeConversion(scope, TypeBinding. [[#variable9e210080]], originalValueIfFalseType); return this.resolvedType = TypeBinding. [[#variable9e210080]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9e210080]] | DOUBLE |
1 | 2 | [[#9e210080]] | SHORT |