Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
22 | 2 | 3 | 0.952 | class_body_declarations[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 23 | 115 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeBlob.java |
2 | 22 | 116 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeClob.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; |
| |||||
/** 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; |
| |||
/** 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c882f60]] | _readBlobs |
1 | 2 | [[#1c882f60]] | _readClobs |
2 | 1 | [[#1c882f00]] | _readCompleteBlobs |
2 | 2 | [[#1c882f00]] | _readCompleteClobs |
3 | 1 | [[#1c882da0]] | _readBlobsSize |
3 | 2 | [[#1c882da0]] | _readClobsSize |