CloneSet1353


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
22230.952class_body_declarations[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
123115
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeBlob.java
222116
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeClob.java
Next
Last
Clone Instance
1
Line Count
23
Source Line
115
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeBlob.java

/** Default length of BLOB to read */
private static int LARGE_COLUMN_DEFAULT_READ_LENGTH = 255;

/*
 * Properties settable by the user
 */
// flag for whether we have already loaded the properties or not
private static boolean propertiesAlreadyLoaded = false;

/** Read the contents of Blobs from Result sets when first loading the tables. */
private static boolean _readBlobs = false;

/**
 * If <TT>_readBlobs</TT> is <TT>true</TT> this specifies if the complete
 * BLOB should be read in.
 */
private static boolean _readCompleteBlobs = false;

/**
 * If <TT>_readBlobs</TT> is <TT>true</TT> and <TT>_readCompleteBlobs</TT>
 * is <tt>false</TT> then this specifies the number of characters to read.
 */
private static int _readBlobsSize = LARGE_COLUMN_DEFAULT_READ_LENGTH;


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

/** Default length of CLOB to read */
private static int LARGE_COLUMN_DEFAULT_READ_LENGTH = 255;

/*
 * Properties settable by the user
 */
// flag for whether we have already loaded the properties or not
private static boolean propertiesAlreadyLoaded = false;

/** Read the contents of Clobs from Result sets when first loading the tables. */
private static boolean _readClobs = false;

/**
 * If <TT>_readClobs</TT> is <TT>true</TT> this specifies if the complete
 * CLOB should be read in.
 */
private static boolean _readCompleteClobs = false;

/**
 * If <TT>_readClobs</TT> is <TT>true</TT> and <TT>_readCompleteClobs</TT>
 * is <tt>false</TT> then this specifies the number of characters to read.
 */
private static int _readClobsSize = LARGE_COLUMN_DEFAULT_READ_LENGTH;


Clone AbstractionParameter Count: 3Parameter Bindings

/** Default length of CLOB to read */
/** Default length of BLOB to read */
private static int LARGE_COLUMN_DEFAULT_READ_LENGTH = 255;

/*
         * Properties settable by the user
         */
// flag for whether we have already loaded the properties or not
private static boolean propertiesAlreadyLoaded = false;

/** Read the contents of Clobs from Result sets when first loading the tables. */
/** Read the contents of Blobs from Result sets when first loading the tables. */
private static boolean  [[#variable1c882f60]]= false;

/**
         * If <TT>_readClobs</TT> is <TT>true</TT> this specifies if the complete
         * CLOB should be read in.
         */
/**
         * If <TT>_readBlobs</TT> is <TT>true</TT> this specifies if the complete
         * BLOB should be read in.
         */
private static boolean  [[#variable1c882f00]]= false;

/**
         * If <TT>_readClobs</TT> is <TT>true</TT> and <TT>_readCompleteClobs</TT>
         * is <tt>false</TT> then this specifies the number of characters to read.
         */
/**
         * If <TT>_readBlobs</TT> is <TT>true</TT> and <TT>_readCompleteBlobs</TT>
         * is <tt>false</TT> then this specifies the number of characters to read.
         */
private static int  [[#variable1c882da0]]= LARGE_COLUMN_DEFAULT_READ_LENGTH;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1c882f60]]
_readBlobs 
12[[#1c882f60]]
_readClobs 
21[[#1c882f00]]
_readCompleteBlobs 
22[[#1c882f00]]
_readCompleteClobs 
31[[#1c882da0]]
_readBlobsSize 
32[[#1c882da0]]
_readClobsSize