CloneSet1126


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
12242
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeJavaObject.java
22240
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeOther.java
32240
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeUnknown.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
242
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeJavaObject.java

/**
 * Implement the interface for validating and converting to internal object.
 * Since we do not know how to convert JavaObject objects,
 * just return null with no error in the messageBuffer
 */
public Object validateAndConvert(String value, Object originalValue, StringBuffer messageBuffer) {
  return null;
}


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

/**
 * Implement the interface for validating and converting to internal object.
 * Since we do not know how to convert Other objects,
 * just return null with no error in the messageBuffer
 */
public Object validateAndConvert(String value, Object originalValue, StringBuffer messageBuffer) {
  return null;
}


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

/**
 * Implement the interface for validating and converting to internal object.
 * Since we do not know how to convert Unknown objects,
 * just return null with no error in the messageBuffer
 */
public Object validateAndConvert(String value, Object originalValue, StringBuffer messageBuffer) {
  return null;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
         * Implement the interface for validating and converting to internal object.
         * Since we do not know how to convert Unknown objects,
         * just return null with no error in the messageBuffer
         */
/**
         * Implement the interface for validating and converting to internal object.
         * Since we do not know how to convert Other objects,
         * just return null with no error in the messageBuffer
         */
/**
         * Implement the interface for validating and converting to internal object.
         * Since we do not know how to convert JavaObject objects,
         * just return null with no error in the messageBuffer
         */
public Object validateAndConvert(String value, Object originalValue, StringBuffer messageBuffer) {
  return null;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None