CloneSet1791


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

/**
 * Validate that the contents of a cell is in the right form for this data
 * type and convert that text into an object of the correct (Java) type for
 * the column Ideally this should be a static function, but the mechanics of
 * using CellComponentFactory and the constraints of the Java language make
 * that difficult.
 */
public Object validateAndConvert(String value, Object originalValue, StringBuffer messageBuffer);


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

/**
 * Validate that the contents of a cell is in the right form for this data
 * type and convert that text into an object of the correct (Java) type for
 * the column Ideally this should be a static function, but the mechanics of
 * using CellComponentFactory and the constraints of the Java language make
 * that difficult.
 */
public Object validateAndConvertInPopup(String value, Object originalValue, StringBuffer messageBuffer);


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Validate that the contents of a cell is in the right form for this data
     * type and convert that text into an object of the correct (Java) type for
     * the column Ideally this should be a static function, but the mechanics of
     * using CellComponentFactory and the constraints of the Java language make
     * that difficult.
     */
public Object  [[#variable1c997fc0]](String value, Object originalValue, StringBuffer messageBuffer);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1c997fc0]]
validateAndConvert 
12[[#1c997fc0]]
validateAndConvertInPopup