Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 3 | 1 | 0.980 | class_body_declarations[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 27 | E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/prefs/DBCopyPreferenceBean.java |
2 | 12 | 30 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/prefs/RefactoringPreferenceBean.java |
3 | 11 | 27 | E:/TSE/Projects-CloneDR/sql12/plugins/sqlscript/src/net/sourceforge/squirrel_sql/plugins/sqlscript/prefs/SQLScriptPreferenceBean.java |
| |||||
static final String UNSUPPORTED = "Unsupported"; /** Client Name. */ private String _clientName; /** Client version. */ private String _clientVersion; /** whether or not to use a local file to stream bytes for copying blobs */ private boolean useFileCaching = true; |
| |||||
static final String UNSUPPORTED = "Unsupported"; /** Client Name. */ private String _clientName; /** Client version. */ private String _clientVersion; /** * whether or not to qualify table names with the schema when generating scripts */ private boolean _qualifyTableNames = true; |
| |||||
static final String UNSUPPORTED = "Unsupported"; /** Client Name. */ private String _clientName; /** Client version. */ private String _clientVersion; /** whether or not to qualify table names with the schema when generating * scripts*/ private boolean qualifyTableNames = true; |
| |||
static final String UNSUPPORTED = "Unsupported"; /** Client Name. */ private String _clientName; /** Client version. */ private String _clientVersion; /** whether or not to use a local file to stream bytes for copying blobs */ /** whether or not to qualify table names with the schema when generating * scripts*/ /** * whether or not to qualify table names with the schema when generating scripts */ private boolean [[#variable1cd9efa0]]= true; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cd9efa0]] | useFileCaching |
1 | 2 | [[#1cd9efa0]] | _qualifyTableNames |
1 | 3 | [[#1cd9efa0]] | qualifyTableNames |