CloneSet639


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11240.959statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111349
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java
211350
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java
311351
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java
411353
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java
511354
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java
611355
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java
711356
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java
811357
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java
911358
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java
1011359
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java
1111367
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java
1211409
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java
Clone Instance
1
Line Count
1
Source Line
1349
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java

                //      table[(T_short<<4)+T_null]                      = T_undefined;

                //      table[(T_void<<4)+T_undefined]  = T_undefined;
                //      table[(T_void<<4)+T_byte]               = T_undefined;
                //      table[(T_void<<4)+T_long]               = T_undefined;
                //      table[(T_void<<4)+T_short]              = T_undefined;
                //      table[(T_void<<4)+T_void]               = T_undefined;
                //      table[(T_void<<4)+T_String]     = T_undefined;
                //      table[(T_void<<4)+T_Object]     = T_undefined;
                //      table[(T_void<<4)+T_double]     = T_undefined;
                //      table[(T_void<<4)+T_float]              = T_undefined;
                //      table[(T_void<<4)+T_boolean]    = T_undefined;
                //      table[(T_void<<4)+T_char]               = T_undefined;
                //      table[(T_void<<4)+T_int]                = T_undefined;
                //      table[(T_void<<4)+T_null]               = T_undefined;

                //      table[(T_String<<4)+T_undefined]        = T_undefined; 
                table[(T_JavaLangString << 4) + T_byte] =         (String2String << 12) + (Byte2Byte << 4) + T_JavaLangString;


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

                table[(T_JavaLangString << 4) + T_long] =         (String2String << 12) + (Long2Long << 4) + T_JavaLangString;


Clone Instance
3
Line Count
1
Source Line
1351
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java

                table[(T_JavaLangString << 4) + T_short] =        (String2String << 12) + (Short2Short << 4) + T_JavaLangString;


Clone Instance
4
Line Count
1
Source Line
1353
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java

                //      table[(T_String<<4)+T_void]             = T_undefined;
                table[(T_JavaLangString << 4) + T_JavaLangString] =       (String2String << 12) + (String2String << 4) + T_JavaLangString;


Clone Instance
5
Line Count
1
Source Line
1354
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java

                table[(T_JavaLangString << 4) + T_JavaLangObject] =       (String2String << 12) + (Object2Object << 4) + T_JavaLangString;


Clone Instance
6
Line Count
1
Source Line
1355
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java

                table[(T_JavaLangString << 4) + T_double] =       (String2String << 12) + (Double2Double << 4) + T_JavaLangString;


Clone Instance
7
Line Count
1
Source Line
1356
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java

                table[(T_JavaLangString << 4) + T_float] =        (String2String << 12) + (Float2Float << 4) + T_JavaLangString;


Clone Instance
8
Line Count
1
Source Line
1357
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java

                table[(T_JavaLangString << 4) + T_boolean] =      (String2String << 12) + (Boolean2Boolean << 4) + T_JavaLangString;


Clone Instance
9
Line Count
1
Source Line
1358
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java

                table[(T_JavaLangString << 4) + T_char] =         (String2String << 12) + (Char2Char << 4) + T_JavaLangString;


Clone Instance
10
Line Count
1
Source Line
1359
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java

                table[(T_JavaLangString << 4) + T_int] =                  (String2String << 12) + (Int2Int << 4) + T_JavaLangString;


Clone Instance
11
Line Count
1
Source Line
1367
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java

                //      table[(T_Object<<4)+T_undefined]        = T_undefined;
                //      table[(T_Object<<4)+T_byte]             = T_undefined;
                //      table[(T_Object<<4)+T_long]             = T_undefined;
                //      table[(T_Object<<4)+T_short]            = T_undefined;
                //      table[(T_Object<<4)+T_void]             = T_undefined;
                table[(T_JavaLangObject << 4) + T_JavaLangString] =       (Object2Object << 12) + (String2String << 4) + T_JavaLangString;


Clone Instance
12
Line Count
1
Source Line
1409
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java

                //      table[(T_float<<4)+T_null]                      = T_undefined;

                //      table[(T_boolean<<4)+T_undefined]               = T_undefined;
                //      table[(T_boolean<<4)+T_byte]                    = T_undefined;
                //      table[(T_boolean<<4)+T_long]                    = T_undefined;
                //      table[(T_boolean<<4)+T_short]                   = T_undefined;
                //      table[(T_boolean<<4)+T_void]                    = T_undefined;
                table[(T_boolean << 4) + T_JavaLangString] =              (Boolean2Boolean << 12) + (String2String << 4) + T_JavaLangString;


Clone AbstractionParameter Count: 4Parameter Bindings

//      table[(T_short<<4)+T_null]                      = T_undefined;
//      table[(T_void<<4)+T_undefined]  = T_undefined;
//      table[(T_void<<4)+T_byte]               = T_undefined;
//      table[(T_void<<4)+T_long]               = T_undefined;
//      table[(T_void<<4)+T_short]              = T_undefined;
//      table[(T_void<<4)+T_void]               = T_undefined;
//      table[(T_void<<4)+T_String]     = T_undefined;
//      table[(T_void<<4)+T_Object]     = T_undefined;
//      table[(T_void<<4)+T_double]     = T_undefined;
//      table[(T_void<<4)+T_float]              = T_undefined;
//      table[(T_void<<4)+T_boolean]    = T_undefined;
//      table[(T_void<<4)+T_char]               = T_undefined;
//      table[(T_void<<4)+T_int]                = T_undefined;
//      table[(T_void<<4)+T_null]               = T_undefined;
//      table[(T_String<<4)+T_undefined]        = T_undefined; 
//      table[(T_float<<4)+T_null]                      = T_undefined;
//      table[(T_boolean<<4)+T_undefined]               = T_undefined;
//      table[(T_boolean<<4)+T_byte]                    = T_undefined;
//      table[(T_boolean<<4)+T_long]                    = T_undefined;
//      table[(T_boolean<<4)+T_short]                   = T_undefined;
//      table[(T_boolean<<4)+T_void]                    = T_undefined;
//      table[(T_String<<4)+T_void]             = T_undefined;
//      table[(T_Object<<4)+T_undefined]        = T_undefined;
//      table[(T_Object<<4)+T_byte]             = T_undefined;
//      table[(T_Object<<4)+T_long]             = T_undefined;
//      table[(T_Object<<4)+T_short]            = T_undefined;
//      table[(T_Object<<4)+T_void]             = T_undefined;
table[( [[#variableb621f300]] << 4) +  [[#variableb621f2a0]]] = ( [[#variableb621f240]] << 12) + ( [[#variableb621ef60]] << 4) + T_JavaLangString;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b621f300]]
T_JavaLangString 
12[[#b621f300]]
T_JavaLangString 
13[[#b621f300]]
T_boolean 
14[[#b621f300]]
T_JavaLangString 
15[[#b621f300]]
T_JavaLangString 
16[[#b621f300]]
T_JavaLangObject 
17[[#b621f300]]
T_JavaLangString 
18[[#b621f300]]
T_JavaLangString 
19[[#b621f300]]
T_JavaLangString 
110[[#b621f300]]
T_JavaLangString 
111[[#b621f300]]
T_JavaLangString 
112[[#b621f300]]
T_JavaLangString 
21[[#b621f2a0]]
T_byte 
22[[#b621f2a0]]
T_long 
23[[#b621f2a0]]
T_JavaLangString 
24[[#b621f2a0]]
T_short 
25[[#b621f2a0]]
T_JavaLangString 
26[[#b621f2a0]]
T_JavaLangString 
27[[#b621f2a0]]
T_int 
28[[#b621f2a0]]
T_char 
29[[#b621f2a0]]
T_boolean 
210[[#b621f2a0]]
T_float 
211[[#b621f2a0]]
T_double 
212[[#b621f2a0]]
T_JavaLangObject 
31[[#b621f240]]
String2String 
32[[#b621f240]]
String2String 
33[[#b621f240]]
Boolean2Boolean 
34[[#b621f240]]
String2String 
35[[#b621f240]]
String2String 
36[[#b621f240]]
Object2Object 
37[[#b621f240]]
String2String 
38[[#b621f240]]
String2String 
39[[#b621f240]]
String2String 
310[[#b621f240]]
String2String 
311[[#b621f240]]
String2String 
312[[#b621f240]]
String2String 
41[[#b621ef60]]
Byte2Byte 
42[[#b621ef60]]
Long2Long 
43[[#b621ef60]]
String2String 
44[[#b621ef60]]
Short2Short 
45[[#b621ef60]]
String2String 
46[[#b621ef60]]
String2String 
47[[#b621ef60]]
Int2Int 
48[[#b621ef60]]
Char2Char 
49[[#b621ef60]]
Boolean2Boolean 
410[[#b621ef60]]
Float2Float 
411[[#b621ef60]]
Double2Double 
412[[#b621ef60]]
Object2Object