CloneSet1542


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6210.981statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16187
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeClob.java
26202
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeString.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
187
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeClob.java

_makeNewlinesVisibleInCell = true; // set to the default
String makeNewlinesVisibleString = DTProperties.get(thisClassName, "makeNewlinesVisibleInCell");
if (makeNewlinesVisibleString != null && makeNewlinesVisibleString.equals("false"))
  _makeNewlinesVisibleInCell = false;
propertiesAlreadyLoaded = true;


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

// get parameters previously set by user, or set default values
_makeNewlinesVisibleInCell = true; // set to the default
String makeNewlinesVisibleString = DTProperties.get(thisClassName, "makeNewlinesVisibleInCell");
if (makeNewlinesVisibleString != null && makeNewlinesVisibleString.equals("false"))
  _makeNewlinesVisibleInCell = false;
_useLongInWhere = true; // set to the default


Clone AbstractionParameter Count: 1Parameter Bindings

// get parameters previously set by user, or set default values
_makeNewlinesVisibleInCell = true; // set to the default
String makeNewlinesVisibleString = DTProperties.get(thisClassName, "makeNewlinesVisibleInCell");
if (makeNewlinesVisibleString != null && makeNewlinesVisibleString.equals("false"))
  _makeNewlinesVisibleInCell = false;
 [[#variable1c906040]]= true; // set to the default
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1c906040]]
propertiesAlreadyLoaded 
12[[#1c906040]]
_useLongInWhere