Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 4 | 1 | 0.952 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 141 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/CreateScriptPreferences.java |
2 | 11 | 77 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/SqlGenerationPreferences.java |
3 | 14 | 115 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/prefs/RefactoringPreferenceBean.java |
4 | 12 | 120 | E:/TSE/Projects-CloneDR/sql12/plugins/sqlscript/src/net/sourceforge/squirrel_sql/plugins/sqlscript/prefs/SQLScriptPreferenceBean.java |
| |||||
/** * @param qualifyTableNames the qualifyTableNames to set */ public void setQualifyTableNames(boolean qualifyTableNames) { this.qualifyTableNames = qualifyTableNames; } /** * @return the qualifyTableNames */ public boolean isQualifyTableNames() { return qualifyTableNames; } |
| |||||
/** * Sets if table names have to be qualified. * * @param qualifyTableNames * true if table names have to be qualified, false otherwise. */ public void setQualifyTableNames(boolean qualifyTableNames) { this.qualifyTableNames = qualifyTableNames; } /** * @return true if table names have to be qualified, false otherwise. */ public boolean isQualifyTableNames() { return qualifyTableNames; } |
| |||||
/** * Sets whether or not to qualify table names with the schema when generating scripts * * @param qualifyTableNames * a boolean value */ public void setQualifyTableNames(boolean qualifyTableNames) { this._qualifyTableNames = qualifyTableNames; } /** * Returns a boolean value indicating whether or not to qualify table names with the schema when generating * scripts * * @return Returns the value of qualifyTableNames. */ public boolean isQualifyTableNames() { return _qualifyTableNames; } |
| |||||
/** * Sets whether or not to qualify table names with the schema when * generating scripts * * @param qualifyTableNames a boolean value */ public void setQualifyTableNames(boolean qualifyTableNames) { this.qualifyTableNames = qualifyTableNames; } /** * Returns a boolean value indicating whether or not to qualify table names * with the schema when generating scripts * * @return Returns the value of qualifyTableNames. */ public boolean isQualifyTableNames() { return qualifyTableNames; } |
| |||
/** * Sets whether or not to qualify table names with the schema when * generating scripts * * @param qualifyTableNames a boolean value */ /** * Sets whether or not to qualify table names with the schema when generating scripts * * @param qualifyTableNames * a boolean value */ /** * Sets if table names have to be qualified. * * @param qualifyTableNames * true if table names have to be qualified, false otherwise. */ /** * @param qualifyTableNames the qualifyTableNames to set */ public void setQualifyTableNames(boolean qualifyTableNames) { this. [[#variable1cd1de80]]= qualifyTableNames; } /** * Returns a boolean value indicating whether or not to qualify table names * with the schema when generating scripts * * @return Returns the value of qualifyTableNames. */ /** * Returns a boolean value indicating whether or not to qualify table names with the schema when generating * scripts * * @return Returns the value of qualifyTableNames. */ /** * @return true if table names have to be qualified, false otherwise. */ /** * @return the qualifyTableNames */ public boolean isQualifyTableNames() { return [[#variable1cd1de80]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cd1de80]] | qualifyTableNames |
1 | 2 | [[#1cd1de80]] | qualifyTableNames |
1 | 3 | [[#1cd1de80]] | _qualifyTableNames |
1 | 4 | [[#1cd1de80]] | qualifyTableNames |