CloneSet1247


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
12116
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeInteger.java
22115
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeLong.java
32116
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeShort.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
116
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeInteger.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
115
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeLong.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
116
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeShort.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
         */
public boolean areEqual(Object obj1, Object obj2) {
  return (obj1).equals(obj2);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None