CloneSet108


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
71310.984statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17392
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeBigDecimal.java
27305
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeBinary.java
37423
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeBlob.java
47263
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeBoolean.java
57449
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeClob.java
67408
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeDate.java
77326
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeDouble.java
87329
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeFloat.java
97279
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeInteger.java
107464
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeString.java
117400
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeTime.java
127413
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeTimestamp.java
137367
E:/TSE/Projects-CloneDR/sql12/plugins/derby/src/net/sourceforge/squirrel_sql/plugins/derby/types/DerbyClobDataTypeComponent.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
392
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeBigDecimal.java

char c = e.getKeyChar();
// as a coding convenience, create a reference to the text component
// that is typecast to JTextComponent.  this is not essential, as we
// could typecast every reference, but this makes the code cleaner
JTextComponent _theComponent = (JTextComponent) DataTypeBigDecimal.this._textComponent;
String text = _theComponent.getText();


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

char c = e.getKeyChar();
// as a coding convenience, create a reference to the text component
// that is typecast to JTextComponent.  this is not essential, as we
// could typecast every reference, but this makes the code cleaner
JTextComponent _theComponent = (JTextComponent) DataTypeBinary.this._textComponent;
String text = _theComponent.getText();


Next
Previous
Clone Instance
3
Line Count
7
Source Line
423
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeBlob.java

char c = e.getKeyChar();
// as a coding convenience, create a reference to the text component
// that is typecast to JTextComponent.  this is not essential, as we
// could typecast every reference, but this makes the code cleaner
JTextComponent _theComponent = (JTextComponent) DataTypeBlob.this._textComponent;
String text = _theComponent.getText();


Next
Previous
Clone Instance
4
Line Count
7
Source Line
263
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeBoolean.java

char c = e.getKeyChar();
// as a coding convenience, create a reference to the text component
// that is typecast to JTextComponent. this is not essential, as we
// could typecast every reference, but this makes the code cleaner
JTextComponent _theComponent = (JTextComponent) DataTypeBoolean.this._textComponent;
String text = _theComponent.getText();


Next
Previous
Clone Instance
5
Line Count
7
Source Line
449
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeClob.java

char c = e.getKeyChar();
// as a coding convenience, create a reference to the text component
// that is typecast to JTextComponent.  this is not essential, as we
// could typecast every reference, but this makes the code cleaner
JTextComponent _theComponent = (JTextComponent) DataTypeClob.this._textComponent;
String text = _theComponent.getText();


Next
Previous
Clone Instance
6
Line Count
7
Source Line
408
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeDate.java

char c = e.getKeyChar();
// as a coding convenience, create a reference to the text component
// that is typecast to JTextComponent.  this is not essential, as we
// could typecast every reference, but this makes the code cleaner
JTextComponent _theComponent = (JTextComponent) DataTypeDate.this._textComponent;
String text = _theComponent.getText();


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

char c = e.getKeyChar();
// as a coding convenience, create a reference to the text component
// that is typecast to JTextComponent.  this is not essential, as we
// could typecast every reference, but this makes the code cleaner
JTextComponent _theComponent = (JTextComponent) DataTypeDouble.this._textComponent;
String text = _theComponent.getText();


Next
Previous
Clone Instance
8
Line Count
7
Source Line
329
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeFloat.java

char c = e.getKeyChar();
// as a coding convenience, create a reference to the text component
// that is typecast to JTextComponent.  this is not essential, as we
// could typecast every reference, but this makes the code cleaner
JTextComponent _theComponent = (JTextComponent) DataTypeFloat.this._textComponent;
String text = _theComponent.getText();


Next
Previous
Clone Instance
9
Line Count
7
Source Line
279
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeInteger.java

char c = e.getKeyChar();
// as a coding convenience, create a reference to the text component
// that is typecast to JTextComponent.  this is not essential, as we
// could typecast every reference, but this makes the code cleaner
JTextComponent _theComponent = (JTextComponent) DataTypeInteger.this._textComponent;
String text = _theComponent.getText();


Next
Previous
Clone Instance
10
Line Count
7
Source Line
464
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeString.java

char c = e.getKeyChar();
// as a coding convenience, create a reference to the text component
// that is typecast to JTextComponent.  this is not essential, as we
// could typecast every reference, but this makes the code cleaner
JTextComponent _theComponent = (JTextComponent) DataTypeString.this._textComponent;
String text = _theComponent.getText();


Next
Previous
Clone Instance
11
Line Count
7
Source Line
400
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeTime.java

char c = e.getKeyChar();
// as a coding convenience, create a reference to the text component
// that is typecast to JTextComponent.  this is not essential, as we
// could typecast every reference, but this makes the code cleaner
JTextComponent _theComponent = (JTextComponent) DataTypeTime.this._textComponent;
String text = _theComponent.getText();


Next
Previous
Clone Instance
12
Line Count
7
Source Line
413
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeTimestamp.java

char c = e.getKeyChar();
// as a coding convenience, create a reference to the text component
// that is typecast to JTextComponent. this is not essential, as we
// could typecast every reference, but this makes the code cleaner
JTextComponent _theComponent = (JTextComponent) DataTypeTimestamp.this._textComponent;
String text = _theComponent.getText();


First
Previous
Clone Instance
13
Line Count
7
Source Line
367
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/derby/src/net/sourceforge/squirrel_sql/plugins/derby/types/DerbyClobDataTypeComponent.java

char c = e.getKeyChar();
// as a coding convenience, create a reference to the text component
// that is typecast to JTextComponent. this is not essential, as we
// could typecast every reference, but this makes the code cleaner
JTextComponent _theComponent = (JTextComponent) DerbyClobDataTypeComponent.this._textComponent;
String text = _theComponent.getText();


Clone AbstractionParameter Count: 1Parameter Bindings

char c = e.getKeyChar();
// as a coding convenience, create a reference to the text component
// that is typecast to JTextComponent. this is not essential, as we
// that is typecast to JTextComponent.  this is not essential, as we
// could typecast every reference, but this makes the code cleaner
JTextComponent _theComponent = (JTextComponent)  [[#variable18cdab40]].this._textComponent;
String text = _theComponent.getText();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18cdab40]]
DataTypeBigDecimal 
12[[#18cdab40]]
DataTypeBinary 
13[[#18cdab40]]
DataTypeBlob 
14[[#18cdab40]]
DataTypeBoolean 
15[[#18cdab40]]
DataTypeClob 
16[[#18cdab40]]
DataTypeDate 
17[[#18cdab40]]
DataTypeDouble 
18[[#18cdab40]]
DataTypeFloat 
19[[#18cdab40]]
DataTypeInteger 
110[[#18cdab40]]
DataTypeString 
111[[#18cdab40]]
DataTypeTime 
112[[#18cdab40]]
DataTypeTimestamp 
113[[#18cdab40]]
DerbyClobDataTypeComponent