CloneSet173


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
32501.000statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
132834
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Expression.java
232464
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/FieldReference.java
332243
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/MessageSend.java
432923
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedNameReference.java
532738
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/SingleNameReference.java
Clone Instance
1
Line Count
32
Source Line
834
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Expression.java

                int runtimeType = (this.implicitConversion&  IMPLICIT_CONVERSION_MASK) >> 4;
                switch (runtimeType) {
                        case T_boolean:
                                convertedType = TypeBinding.BOOLEAN;
                                break;
                        case T_byte:
                                convertedType = TypeBinding.BYTE;
                                break;
                        case T_short:
                                convertedType = TypeBinding.SHORT;
                                break;
                        case T_char:
                                convertedType = TypeBinding.CHAR;
                                break;
                        case T_int:
                                convertedType = TypeBinding.INT;
                                break;
                        case T_float:
                                convertedType = TypeBinding.FLOAT;
                                break;
                        case T_long:
                                convertedType = TypeBinding.LONG;
                                break;
                        case T_double:
                                convertedType = TypeBinding.DOUBLE;
                                break;
                        default:
                      }
                if ((this.implicitConversion&  BOXING) != 0) {
                        convertedType = scope.environment().computeBoxingType(convertedType);
                }
                return convertedType;


Clone Instance
2
Line Count
32
Source Line
464
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/FieldReference.java

        int runtimeType = (this.implicitConversion&  IMPLICIT_CONVERSION_MASK) >> 4;
        switch (runtimeType) {
                case T_boolean:
                        convertedType = TypeBinding.BOOLEAN;
                        break;
                case T_byte:
                        convertedType = TypeBinding.BYTE;
                        break;
                case T_short:
                        convertedType = TypeBinding.SHORT;
                        break;
                case T_char:
                        convertedType = TypeBinding.CHAR;
                        break;
                case T_int:
                        convertedType = TypeBinding.INT;
                        break;
                case T_float:
                        convertedType = TypeBinding.FLOAT;
                        break;
                case T_long:
                        convertedType = TypeBinding.LONG;
                        break;
                case T_double:
                        convertedType = TypeBinding.DOUBLE;
                        break;
                default:
              }
        if ((this.implicitConversion&  BOXING) != 0) {
                convertedType = scope.environment().computeBoxingType(convertedType);
        }
        return convertedType;


Clone Instance
3
Line Count
32
Source Line
243
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/MessageSend.java

        int runtimeType = (this.implicitConversion&  IMPLICIT_CONVERSION_MASK) >> 4;
        switch (runtimeType) {
                case T_boolean:
                        convertedType = TypeBinding.BOOLEAN;
                        break;
                case T_byte:
                        convertedType = TypeBinding.BYTE;
                        break;
                case T_short:
                        convertedType = TypeBinding.SHORT;
                        break;
                case T_char:
                        convertedType = TypeBinding.CHAR;
                        break;
                case T_int:
                        convertedType = TypeBinding.INT;
                        break;
                case T_float:
                        convertedType = TypeBinding.FLOAT;
                        break;
                case T_long:
                        convertedType = TypeBinding.LONG;
                        break;
                case T_double:
                        convertedType = TypeBinding.DOUBLE;
                        break;
                default:
              }
        if ((this.implicitConversion&  BOXING) != 0) {
                convertedType = scope.environment().computeBoxingType(convertedType);
        }
        return convertedType;


Clone Instance
4
Line Count
32
Source Line
923
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedNameReference.java

                int runtimeType = (this.implicitConversion&  IMPLICIT_CONVERSION_MASK) >> 4;
                switch (runtimeType) {
                        case T_boolean:
                                convertedType = TypeBinding.BOOLEAN;
                                break;
                        case T_byte:
                                convertedType = TypeBinding.BYTE;
                                break;
                        case T_short:
                                convertedType = TypeBinding.SHORT;
                                break;
                        case T_char:
                                convertedType = TypeBinding.CHAR;
                                break;
                        case T_int:
                                convertedType = TypeBinding.INT;
                                break;
                        case T_float:
                                convertedType = TypeBinding.FLOAT;
                                break;
                        case T_long:
                                convertedType = TypeBinding.LONG;
                                break;
                        case T_double:
                                convertedType = TypeBinding.DOUBLE;
                                break;
                        default:
                      }
                if ((this.implicitConversion&  BOXING) != 0) {
                        convertedType = scope.environment().computeBoxingType(convertedType);
                }
                return convertedType;


Clone Instance
5
Line Count
32
Source Line
738
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/SingleNameReference.java

                int runtimeType = (this.implicitConversion&  IMPLICIT_CONVERSION_MASK) >> 4;
                switch (runtimeType) {
                        case T_boolean:
                                convertedType = TypeBinding.BOOLEAN;
                                break;
                        case T_byte:
                                convertedType = TypeBinding.BYTE;
                                break;
                        case T_short:
                                convertedType = TypeBinding.SHORT;
                                break;
                        case T_char:
                                convertedType = TypeBinding.CHAR;
                                break;
                        case T_int:
                                convertedType = TypeBinding.INT;
                                break;
                        case T_float:
                                convertedType = TypeBinding.FLOAT;
                                break;
                        case T_long:
                                convertedType = TypeBinding.LONG;
                                break;
                        case T_double:
                                convertedType = TypeBinding.DOUBLE;
                                break;
                        default:
                      }
                if ((this.implicitConversion&  BOXING) != 0) {
                        convertedType = scope.environment().computeBoxingType(convertedType);
                }
                return convertedType;


Clone AbstractionParameter Count: 0Parameter Bindings

int runtimeType = (this.implicitConversion&IMPLICIT_CONVERSION_MASK) >> 4;
switch (runtimeType) {
  case T_boolean:
    convertedType = TypeBinding.BOOLEAN;
    break;
  case T_byte:
    convertedType = TypeBinding.BYTE;
    break;
  case T_short:
    convertedType = TypeBinding.SHORT;
    break;
  case T_char:
    convertedType = TypeBinding.CHAR;
    break;
  case T_int:
    convertedType = TypeBinding.INT;
    break;
  case T_float:
    convertedType = TypeBinding.FLOAT;
    break;
  case T_long:
    convertedType = TypeBinding.LONG;
    break;
  case T_double:
    convertedType = TypeBinding.DOUBLE;
    break;
  default:
}
if ((this.implicitConversion&BOXING) != 0) {
  convertedType = scope.environment().computeBoxingType(convertedType);
}
return convertedType;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None