CloneSet301


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6520.975statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16277
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java
26286
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java
36295
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java
46304
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java
56313
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java
Clone Instance
1
Line Count
6
Source Line
277
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 LongConstant.fromValue(left.charValue()&  right.longValue());
                                      }


Clone Instance
2
Line Count
6
Source Line
286
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 LongConstant.fromValue(left.byteValue()&  right.longValue());
                                      }


Clone Instance
3
Line Count
6
Source Line
295
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 LongConstant.fromValue(left.shortValue()&  right.longValue());
                                      }


Clone Instance
4
Line Count
6
Source Line
304
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 LongConstant.fromValue(left.intValue()&  right.longValue());
                                      }


Clone Instance
5
Line Count
6
Source Line
313
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 [[#variablea51bd900]].fromValue(left. [[#variablea51bd760]]()&right.charValue());
  case T_byte:
    return [[#variablea51bd900]].fromValue(left. [[#variablea51bd760]]()&right.byteValue());
  case T_short:
    return [[#variablea51bd900]].fromValue(left. [[#variablea51bd760]]()&right.shortValue());
  case T_int:
    return [[#variablea51bd900]].fromValue(left. [[#variablea51bd760]]()&right.intValue());
  case T_long:
    return LongConstant.fromValue(left. [[#variablea51bd760]]()&right.longValue());
}
 

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