Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 4 | 1 | 0.952 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 242 | E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/DBCopyPlugin.java |
2 | 3 | 154 | E:/TSE/Projects-CloneDR/sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/FirebirdManagerPlugin.java |
3 | 3 | 182 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/RefactoringPlugin.java |
4 | 5 | 146 | E:/TSE/Projects-CloneDR/sql12/plugins/sqlscript/src/net/sourceforge/squirrel_sql/plugins/sqlscript/SQLScriptPlugin.java |
| |||||
/** * Create panel for the Global Properties dialog. * * @return properties panel. */ public IGlobalPreferencesPanel[] getGlobalPreferencePanels() { DBCopyGlobalPreferencesTab tab = new DBCopyGlobalPreferencesTab(); return new IGlobalPreferencesPanel[] { tab }; } |
| |||||
/** * Create preferences panel for the Global Preferences dialog. * * @return Preferences panel. */ public IGlobalPreferencesPanel[] getGlobalPreferencePanels() { FirebirdManagerGlobalPreferencesTab tab = new FirebirdManagerGlobalPreferencesTab(); return new IGlobalPreferencesPanel[] { tab }; } |
| |||||
/** * Create preferences panel for the Global Preferences dialog. * * @return Preferences panel. */ public IGlobalPreferencesPanel[] getGlobalPreferencePanels() { RefactoringPreferencesTab tab = new RefactoringPreferencesTab(); return new IGlobalPreferencesPanel[] { tab }; } |
| |||||
/** * Create preferences panel for the Global Preferences dialog. * * @return Preferences panel. */ public IGlobalPreferencesPanel[] getGlobalPreferencePanels() { SQLScriptPreferencesTab tab = new SQLScriptPreferencesTab(); return new IGlobalPreferencesPanel[] { tab }; } |
| |||
/** * Create panel for the Global Properties dialog. * * @return properties panel. */ /** * Create preferences panel for the Global Preferences dialog. * * @return Preferences panel. */ /** * Create preferences panel for the Global Preferences dialog. * * @return Preferences panel. */ public IGlobalPreferencesPanel[] getGlobalPreferencePanels() { [[#variable1cd47800]] tab = new [[#variable1cd47800]](); return new IGlobalPreferencesPanel[] { tab }; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cd47800]] | DBCopyGlobalPreferencesTab |
1 | 2 | [[#1cd47800]] | FirebirdManagerGlobalPreferencesTab |
1 | 3 | [[#1cd47800]] | RefactoringPreferencesTab |
1 | 4 | [[#1cd47800]] | SQLScriptPreferencesTab |