CloneSet9812


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1230.958statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11792
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/EqualExpression.java
21247
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/UnaryExpression.java
Clone Instance
1
Line Count
1
Source Line
792
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/EqualExpression.java

                        // the code is an int
                        // (cast)  left   == (cast)  right --> result
                        //  0000   0000       0000   0000      0000
                        //  <<16   <<12       <<8    <<4       <<0
                        int operatorSignature = OperatorSignatures[EQUAL_EQUAL][ (leftTypeID << 4) + rightTypeID];


Clone Instance
2
Line Count
1
Source Line
247
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/UnaryExpression.java

                // the code is an int
                // (cast)  left   Op (cast)  rigth --> result
                //  0000   0000       0000   0000      0000
                //  <<16   <<12       <<8    <<4       <<0
                int operatorSignature = OperatorSignatures[tableId][(expressionTypeID << 4) + expressionTypeID];


Clone AbstractionParameter Count: 3Parameter Bindings

// the code is an int
// (cast)  left   Op (cast)  rigth --> result
// (cast)  left   == (cast)  right --> result
//  0000   0000       0000   0000      0000
//  <<16   <<12       <<8    <<4       <<0
int operatorSignature = OperatorSignatures[ [[#variablebc5db9c0]]][( [[#variablebc5db920]] << 4) +  [[#variablebc5db8a0]]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#bc5db9c0]]
tableId 
12[[#bc5db9c0]]
EQUAL_EQUAL 
21[[#bc5db920]]
expressionTypeID 
22[[#bc5db920]]
leftTypeID 
31[[#bc5db8a0]]
expressionTypeID 
32[[#bc5db8a0]]
rightTypeID