Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 0 | 1.000 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 15 | 155 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/session/SessionPanel.java |
2 | 7 | 531 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/session/SessionPanel.java |
| |||||
// public void setVisible(boolean value) // { public void addNotify() { // super.setVisible(value); super.addNotify(); // if (!_hasBeenVisible && value == true) if ( !_hasBeenVisible) { _hasBeenVisible = true; // _msgSplit.setDividerLocation(0.9d); // _msgSplit.setResizeWeight(1.0); // Done this late so that plugins have time to register expanders // with the object tree prior to it being built. // getSession().getObjectTreeAPI(_app.getDummyAppPlugin()).refreshTree(); _mainTabPane.getObjectTreePanel().refreshTree(); } } |
| |||||
public void addNotify() { super.addNotify(); if ( !_hasBeenVisible) { _hasBeenVisible = true; _mainTabPane.getObjectTreePanel().refreshTree(); } } |
| |||
// public void setVisible(boolean value) // { public void addNotify() { // super.setVisible(value); super.addNotify(); // if (!_hasBeenVisible && value == true) if ( !_hasBeenVisible) { _hasBeenVisible = true; // _msgSplit.setDividerLocation(0.9d); // _msgSplit.setResizeWeight(1.0); // Done this late so that plugins have time to register expanders // with the object tree prior to it being built. // getSession().getObjectTreeAPI(_app.getDummyAppPlugin()).refreshTree(); _mainTabPane.getObjectTreePanel().refreshTree(); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |