CloneSet323


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6520.971statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
161356
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java
261365
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java
361374
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java
461383
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java
561392
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java
Clone Instance
1
Line Count
6
Source Line
1356
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java

                                switch (rightId) {
                                        case T_char:    return IntConstant.fromValue(left.charValue() >> right.charValue());
                                        case T_byte:    return IntConstant.fromValue(left.charValue() >> right.byteValue());
                                        case T_short:   return IntConstant.fromValue(left.charValue() >> right.shortValue());
                                        case T_int:             return IntConstant.fromValue(left.charValue() >> right.intValue());
                                        case T_long:    return IntConstant.fromValue(left.charValue() >> right.longValue());
                                      }


Clone Instance
2
Line Count
6
Source Line
1365
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java

                                switch (rightId) {
                                        case T_char:    return IntConstant.fromValue(left.byteValue() >> right.charValue());
                                        case T_byte:    return IntConstant.fromValue(left.byteValue() >> right.byteValue());
                                        case T_short:   return IntConstant.fromValue(left.byteValue() >> right.shortValue());
                                        case T_int:             return IntConstant.fromValue(left.byteValue() >> right.intValue());
                                        case T_long:    return IntConstant.fromValue(left.byteValue() >> right.longValue());
                                      }


Clone Instance
3
Line Count
6
Source Line
1374
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java

                                switch (rightId) {
                                        case T_char:    return IntConstant.fromValue(left.shortValue() >> right.charValue());
                                        case T_byte:    return IntConstant.fromValue(left.shortValue() >> right.byteValue());
                                        case T_short:   return IntConstant.fromValue(left.shortValue() >> right.shortValue());
                                        case T_int:             return IntConstant.fromValue(left.shortValue() >> right.intValue());
                                        case T_long:    return IntConstant.fromValue(left.shortValue() >> right.longValue());
                                      }


Clone Instance
4
Line Count
6
Source Line
1383
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java

                                switch (rightId) {
                                        case T_char:    return IntConstant.fromValue(left.intValue() >> right.charValue());
                                        case T_byte:    return IntConstant.fromValue(left.intValue() >> right.byteValue());
                                        case T_short:   return IntConstant.fromValue(left.intValue() >> right.shortValue());
                                        case T_int:             return IntConstant.fromValue(left.intValue() >> right.intValue());
                                        case T_long:    return IntConstant.fromValue(left.intValue() >> right.longValue());
                                      }


Clone Instance
5
Line Count
6
Source Line
1392
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java

                                switch (rightId) {
                                        case T_char:    return LongConstant.fromValue(left.longValue() >> right.charValue());
                                        case T_byte:    return LongConstant.fromValue(left.longValue() >> right.byteValue());
                                        case T_short:   return LongConstant.fromValue(left.longValue() >> right.shortValue());
                                        case T_int:             return LongConstant.fromValue(left.longValue() >> right.intValue());
                                        case T_long:    return LongConstant.fromValue(left.longValue() >> right.longValue());
                                      }


Clone AbstractionParameter Count: 2Parameter Bindings

switch (rightId) {
  case T_char:
    return [[#variableb62692e0]].fromValue(left. [[#variableb6269280]]() >> right.charValue());
  case T_byte:
    return [[#variableb62692e0]].fromValue(left. [[#variableb6269280]]() >> right.byteValue());
  case T_short:
    return [[#variableb62692e0]].fromValue(left. [[#variableb6269280]]() >> right.shortValue());
  case T_int:
    return [[#variableb62692e0]].fromValue(left. [[#variableb6269280]]() >> right.intValue());
  case T_long:
    return [[#variableb62692e0]].fromValue(left. [[#variableb6269280]]() >> right.longValue());
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b62692e0]]
IntConstant 
12[[#b62692e0]]
IntConstant 
13[[#b62692e0]]
IntConstant 
14[[#b62692e0]]
IntConstant 
15[[#b62692e0]]
LongConstant 
21[[#b6269280]]
charValue 
22[[#b6269280]]
byteValue 
23[[#b6269280]]
shortValue 
24[[#b6269280]]
intValue 
25[[#b6269280]]
longValue