CloneSet5542


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.977statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13381
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ConditionalExpression.java
23425
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ConditionalExpression.java
Clone Instance
1
Line Count
3
Source Line
381
Source File
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;


Clone Instance
2
Line Count
3
Source Line
425
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ConditionalExpression.java

                        // double
                        valueIfTrue.computeConversion(scope, TypeBinding.DOUBLE, originalValueIfTrueType);
                        valueIfFalse.computeConversion(scope, TypeBinding.DOUBLE, originalValueIfFalseType);
                        return this.resolvedType = TypeBinding.DOUBLE;


Clone AbstractionParameter Count: 1Parameter Bindings

// double
valueIfTrue.computeConversion(scope, TypeBinding. [[#variable9e210080]], originalValueIfTrueType);
valueIfFalse.computeConversion(scope, TypeBinding. [[#variable9e210080]], originalValueIfFalseType);
return this.resolvedType = TypeBinding. [[#variable9e210080]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9e210080]]
DOUBLE 
12[[#9e210080]]
SHORT