Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 3 | 1 | 0.983 | constructor_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 77 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/session/ObjectTreeInternalFrame.java |
2 | 6 | 48 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/session/SessionInternalFrame.java |
3 | 6 | 51 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/session/SQLInternalFrame.java |
| |||||
public ObjectTreeInternalFrame(ISession session) { super(session.getTitle(), true, true, true, true, session); _app = session.getApplication(); setVisible(false); createGUI(session); } |
| |||||
public SessionInternalFrame(ISession session) { super(session.getTitle(), true, true, true, true, session); _app = session.getApplication(); setVisible(false); createGUI(session); } |
| |||||
public SQLInternalFrame(ISession session) { super(session.getTitle(), true, true, true, true, session); _app = session.getApplication(); setVisible(false); createGUI(session); } |
| |||
public [[#variable1cce4f00]](ISession session) { super(session.getTitle(), true, true, true, true, session); _app = session.getApplication(); setVisible(false); createGUI(session); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cce4f00]] | ObjectTreeInternalFrame |
1 | 2 | [[#1cce4f00]] | SessionInternalFrame |
1 | 3 | [[#1cce4f00]] | SQLInternalFrame |