Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 4 | 2 | 0.953 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 135 | E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/gui/PreferencesPanel.java |
2 | 5 | 538 | E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/gui/PreferencesPanel.java |
3 | 3 | 73 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/prefs/RefactoringPreferencesPanel.java |
4 | 3 | 88 | E:/TSE/Projects-CloneDR/sql12/plugins/sqlscript/src/net/sourceforge/squirrel_sql/plugins/sqlscript/prefs/SQLScriptPreferencesPanel.java |
| |||||
JPanel result = new JPanel(new GridBagLayout()); //i18n[PreferencesPanel.transferOptionsBorderLabel=Transfer Options] String tranferOptionsBorderLabel = s_stringMgr.getString("PreferencesPanel.transferOptionsBorderLabel"); |
| |||||
JPanel result = new JPanel(new GridBagLayout()); //i18n[PreferencesPanel.colTypeMappingBorderLabel=Column Type Mapping] String colTypeMappingBorderLabel = s_stringMgr.getString("PreferencesPanel.colTypeMappingBorderLabel"); |
| |||||
JPanel result = new JPanel(new GridBagLayout()); //i18n[RefactoringPreferencesPanel.borderTitle=Refactoring Preferences] String borderTitle = s_stringMgr.getString("RefactoringPreferencesPanel.borderTitle"); |
| |||||
JPanel result = new JPanel(new GridBagLayout()); //i18n[SQLScriptPreferencesPanel.borderTitle=SQL Script Preferences] String borderTitle = s_stringMgr.getString("SQLScriptPreferencesPanel.borderTitle"); |
| |||
JPanel result = new JPanel(new GridBagLayout()); //i18n[PreferencesPanel.transferOptionsBorderLabel=Transfer Options] //i18n[SQLScriptPreferencesPanel.borderTitle=SQL Script Preferences] //i18n[PreferencesPanel.colTypeMappingBorderLabel=Column Type Mapping] //i18n[RefactoringPreferencesPanel.borderTitle=Refactoring Preferences] String [[#variable1cd218a0]]= s_stringMgr.getString( [[#variable1cd21960]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cd218a0]] | tranferOptionsBorderLabel |
1 | 2 | [[#1cd218a0]] | colTypeMappingBorderLabel |
1 | 3 | [[#1cd218a0]] | borderTitle |
1 | 4 | [[#1cd218a0]] | borderTitle |
2 | 1 | [[#1cd21960]] | "PreferencesPanel.transferOptionsBorderLabel" |
2 | 2 | [[#1cd21960]] | "PreferencesPanel.colTypeMappingBorderLabel" |
2 | 3 | [[#1cd21960]] | "RefactoringPreferencesPanel.borderTitle" |
2 | 4 | [[#1cd21960]] | "SQLScriptPreferencesPanel.borderTitle" |