CloneSet923


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4420.953statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14135
E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/gui/PreferencesPanel.java
25538
E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/gui/PreferencesPanel.java
3373
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/prefs/RefactoringPreferencesPanel.java
4388
E:/TSE/Projects-CloneDR/sql12/plugins/sqlscript/src/net/sourceforge/squirrel_sql/plugins/sqlscript/prefs/SQLScriptPreferencesPanel.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
135
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/gui/PreferencesPanel.java

JPanel result = new JPanel(new GridBagLayout());
//i18n[PreferencesPanel.transferOptionsBorderLabel=Transfer Options]
String tranferOptionsBorderLabel = s_stringMgr.getString("PreferencesPanel.transferOptionsBorderLabel");


Next
Previous
Clone Instance
2
Line Count
5
Source Line
538
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/gui/PreferencesPanel.java

JPanel result = new JPanel(new GridBagLayout());
//i18n[PreferencesPanel.colTypeMappingBorderLabel=Column Type Mapping]
String colTypeMappingBorderLabel = s_stringMgr.getString("PreferencesPanel.colTypeMappingBorderLabel");


Next
Previous
Clone Instance
3
Line Count
3
Source Line
73
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/prefs/RefactoringPreferencesPanel.java

JPanel result = new JPanel(new GridBagLayout());
//i18n[RefactoringPreferencesPanel.borderTitle=Refactoring Preferences]
String borderTitle = s_stringMgr.getString("RefactoringPreferencesPanel.borderTitle");


First
Previous
Clone Instance
4
Line Count
3
Source Line
88
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/sqlscript/src/net/sourceforge/squirrel_sql/plugins/sqlscript/prefs/SQLScriptPreferencesPanel.java

JPanel result = new JPanel(new GridBagLayout());
//i18n[SQLScriptPreferencesPanel.borderTitle=SQL Script Preferences]
String borderTitle = s_stringMgr.getString("SQLScriptPreferencesPanel.borderTitle");


Clone AbstractionParameter Count: 2Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1cd218a0]]
tranferOptionsBorderLabel 
12[[#1cd218a0]]
colTypeMappingBorderLabel 
13[[#1cd218a0]]
borderTitle 
14[[#1cd218a0]]
borderTitle 
21[[#1cd21960]]
"PreferencesPanel.transferOptionsBorderLabel" 
22[[#1cd21960]]
"PreferencesPanel.colTypeMappingBorderLabel" 
23[[#1cd21960]]
"RefactoringPreferencesPanel.borderTitle" 
24[[#1cd21960]]
"SQLScriptPreferencesPanel.borderTitle"