CloneSet1292


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2301.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12150
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeBigDecimal.java
22133
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeDouble.java
32136
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeFloat.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
150
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeBigDecimal.java

/**
 * Determine if two objects of this data type contain the same value.
 * Neither of the objects is null
 */
public boolean areEqual(Object obj1, Object obj2) {
  return obj1.equals(obj2);
}


Next
Previous
Clone Instance
2
Line Count
2
Source Line
133
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeDouble.java

/**
 * Determine if two objects of this data type contain the same value.
 * Neither of the objects is null
 */
public boolean areEqual(Object obj1, Object obj2) {
  return obj1.equals(obj2);
}


First
Previous
Clone Instance
3
Line Count
2
Source Line
136
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeFloat.java

/**
 * Determine if two objects of this data type contain the same value.
 * Neither of the objects is null
 */
public boolean areEqual(Object obj1, Object obj2) {
  return obj1.equals(obj2);
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
    * Determine if two objects of this data type contain the same value.
    * Neither of the objects is null
    */
/**
         * Determine if two objects of this data type contain the same value.
         * Neither of the objects is null
         */
public boolean areEqual(Object obj1, Object obj2) {
  return obj1.equals(obj2);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None