CloneSet539


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
16310.981switch_groups[8]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11642
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MemberValuePairBinding.java
21671
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/VariableBinding.java
31670
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/Member.java
Clone Instance
1
Line Count
16
Source Line
42
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MemberValuePairBinding.java

                                case TypeIds.T_byte:
                                        return new Byte(constant.byteValue());
                                case TypeIds.T_char:
                                        return new Character(constant.charValue());
                                case TypeIds.T_double:
                                        return new Double(constant.doubleValue());
                                case TypeIds.T_float:
                                        return new Float(constant.floatValue());
                                case TypeIds.T_int:
                                        return new Integer(constant.intValue());
                                case TypeIds.T_long:
                                        return new Long(constant.longValue());
                                case TypeIds.T_short:
                                        return new Short(constant.shortValue());
                                case TypeIds.T_JavaLangString:
                                        return constant.stringValue();


Clone Instance
2
Line Count
16
Source Line
71
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/VariableBinding.java

                        case TypeIds.T_byte:
                                return new Byte(c.byteValue());
                        case TypeIds.T_char:
                                return new Character(c.charValue());
                        case TypeIds.T_double:
                                return new Double(c.doubleValue());
                        case TypeIds.T_float:
                                return new Float(c.floatValue());
                        case TypeIds.T_int:
                                return new Integer(c.intValue());
                        case TypeIds.T_long:
                                return new Long(c.longValue());
                        case TypeIds.T_short:
                                return new Short(c.shortValue());
                        case TypeIds.T_JavaLangString:
                                return c.stringValue();


Clone Instance
3
Line Count
16
Source Line
70
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/Member.java

                case TypeIds.T_byte:
                        return new Byte(constant.byteValue());
                case TypeIds.T_char:
                        return new Character(constant.charValue());
                case TypeIds.T_double:
                        return new Double(constant.doubleValue());
                case TypeIds.T_float:
                        return new Float(constant.floatValue());
                case TypeIds.T_int:
                        return new Integer(constant.intValue());
                case TypeIds.T_long:
                        return new Long(constant.longValue());
                case TypeIds.T_short:
                        return new Short(constant.shortValue());
                case TypeIds.T_JavaLangString:
                        return constant.stringValue();


Clone AbstractionParameter Count: 1Parameter Bindings

case TypeIds.T_byte:
  return new Byte( [[#variable9a4516a0]].byteValue());
case TypeIds.T_char:
  return new Character( [[#variable9a4516a0]].charValue());
case TypeIds.T_double:
  return new Double( [[#variable9a4516a0]].doubleValue());
case TypeIds.T_float:
  return new Float( [[#variable9a4516a0]].floatValue());
case TypeIds.T_int:
  return new Integer( [[#variable9a4516a0]].intValue());
case TypeIds.T_long:
  return new Long( [[#variable9a4516a0]].longValue());
case TypeIds.T_short:
  return new Short( [[#variable9a4516a0]].shortValue());
case TypeIds.T_JavaLangString:
  return [[#variable9a4516a0]].stringValue();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9a4516a0]]
constant 
12[[#9a4516a0]]
c 
13[[#9a4516a0]]
constant