Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 1 | 0.978 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 78 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/preferences/GeneralPreferencesPanel.java |
2 | 8 | 138 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/preferences/SQLPreferencesPanel.java |
| |||||
public synchronized Component getPanelComponent() { if (_myPanel == null) { _myPanel = new MyPanel(); _myScrollPane = new JScrollPane(_myPanel); } return _myScrollPane; } |
| |||||
public synchronized Component getPanelComponent() { if (_myPanel == null) { _myPanel = new SQLPrefsPanel(); _myScrollPane = new JScrollPane(_myPanel); } return _myScrollPane; } |
| |||
public synchronized Component getPanelComponent() { if (_myPanel == null) { _myPanel = new [[#variable1c988c80]](); _myScrollPane = new JScrollPane(_myPanel); } return _myScrollPane; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c988c80]] | MyPanel |
1 | 2 | [[#1c988c80]] | SQLPrefsPanel |