CloneSet3292


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
16201.000switch_groups[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1162396
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
2162480
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
Clone Instance
1
Line Count
16
Source Line
2396
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

//              case T_void :
//                      this.return_();
//                      break;
                case TypeIds.T_boolean:
                case TypeIds.T_byte:
                case TypeIds.T_char:
                case TypeIds.T_short:
                case TypeIds.T_int:
                        this.ireturn();
                        break;
                case TypeIds.T_long:
                        this.lreturn();
                        break;
                case TypeIds.T_float:
                        this.freturn();
                        break;
                case TypeIds.T_double:
                        this.dreturn();
                        break;


Clone Instance
2
Line Count
16
Source Line
2480
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

                case TypeIds.T_boolean:
                case TypeIds.T_byte:
                case TypeIds.T_char:
                case TypeIds.T_short:
                case TypeIds.T_int:
                        this.ireturn();
                        break;
                case TypeIds.T_long:
                        this.lreturn();
                        break;
                case TypeIds.T_float:
                        this.freturn();
                        break;
                case TypeIds.T_double:
                        this.dreturn();
                        break;


Clone AbstractionParameter Count: 0Parameter Bindings

//              case T_void :
//                      this.return_();
//                      break;
case TypeIds.T_boolean:
case TypeIds.T_byte:
case TypeIds.T_char:
case TypeIds.T_short:
case TypeIds.T_int:
  this.ireturn();
  break;
case TypeIds.T_long:
  this.lreturn();
  break;
case TypeIds.T_float:
  this.freturn();
  break;
case TypeIds.T_double:
  this.dreturn();
  break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None