Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 0 | 1.000 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 242 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeJavaObject.java |
2 | 2 | 240 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeOther.java |
3 | 2 | 240 | 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 JavaObject objects, * just return null with no error in the messageBuffer */ public Object validateAndConvert(String value, Object originalValue, StringBuffer messageBuffer) { return null; } |
| |||||
/** * 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; } |
| |||||
/** * 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; } |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |