Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
25 | 2 | 1 | 0.976 | class_body_declarations[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 25 | 101 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/desktopcontainer/DialogDelegate.java |
2 | 26 | 110 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/desktopcontainer/InternalFrameDelegate.java |
| |||||
public void _setVisible(boolean aFlag) { super.setVisible(aFlag); } @Override public void setVisible(boolean b) { super.setVisible(b); if (null != _widget) { _widget.setVisible(b); } } public void _addNotify() { super.addNotify(); } @Override public void addNotify() { super.addNotify(); if (null != _widget) { _widget.addNotify(); } } |
| |||||
public void _setVisible(boolean aFlag) { super.setVisible(aFlag); } @Override public void setVisible(boolean aFlag) { super.setVisible(aFlag); if (null != _widget) { _widget.setVisible(aFlag); } } public void _addNotify() { super.addNotify(); } @Override public void addNotify() { super.addNotify(); if (null != _widget) { _widget.addNotify(); } } |
| |||
public void _setVisible(boolean aFlag) { super.setVisible(aFlag); } @Override public void setVisible(boolean [[#variable1cc07b00]]) { super.setVisible( [[#variable1cc07b00]]); if (null != _widget) { _widget.setVisible( [[#variable1cc07b00]]); } } public void _addNotify() { super.addNotify(); } @Override public void addNotify() { super.addNotify(); if (null != _widget) { _widget.addNotify(); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cc07b00]] | b |
1 | 2 | [[#1cc07b00]] | aFlag |