CloneSet782


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
17301.000class_body_declarations[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
117121
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeDate.java
217123
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeTime.java
317125
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeTimestamp.java
Next
Last
Clone Instance
1
Line Count
17
Source Line
121
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeDate.java

/** Default date format */
private static int DEFAULT_LOCALE_FORMAT = DateFormat.SHORT;

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

// flag for whether to use the default Java format (true)
// or the Locale-dependent format (false)
private static boolean useJavaDefaultFormat = true;

// which locale-dependent format to use; short, medium, long, or full
private static int localeFormat = DEFAULT_LOCALE_FORMAT;

// Whether to force user to enter dates in exact format or use heuristics to guess it
private static boolean lenient = true;


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

/** Default date format */
private static int DEFAULT_LOCALE_FORMAT = DateFormat.SHORT;

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

// flag for whether to use the default Java format (true)
// or the Locale-dependent format (false)
private static boolean useJavaDefaultFormat = true;

// which locale-dependent format to use; short, medium, long, or full
private static int localeFormat = DEFAULT_LOCALE_FORMAT;

// Whether to force user to enter dates in exact format or use heuristics to guess it
private static boolean lenient = true;


First
Previous
Clone Instance
3
Line Count
17
Source Line
125
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeTimestamp.java

/** Default date format */
private static int DEFAULT_LOCALE_FORMAT = DateFormat.SHORT;

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

// flag for whether to use the default Java format (true)
// or the Locale-dependent format (false)
private static boolean useJavaDefaultFormat = true;

// which locale-dependent format to use; short, medium, long, or full
private static int localeFormat = DEFAULT_LOCALE_FORMAT;

// Whether to force user to enter dates in exact format or use heuristics to guess it
private static boolean lenient = true;


Clone AbstractionParameter Count: 0Parameter Bindings

/** Default date format */
private static int DEFAULT_LOCALE_FORMAT = DateFormat.SHORT;

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

// flag for whether to use the default Java format (true)
// or the Locale-dependent format (false)
private static boolean useJavaDefaultFormat = true;

// which locale-dependent format to use; short, medium, long, or full
private static int localeFormat = DEFAULT_LOCALE_FORMAT;

// Whether to force user to enter dates in exact format or use heuristics to guess it
private static boolean lenient = true;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None