Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.982 | constructor_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 73 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/gui/ErrorDialog.java |
2 | 4 | 79 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/gui/ErrorDialog.java |
| |||||
public ErrorDialog(Frame owner, Throwable th) { super(owner, s_stringMgr.getString(IStringKeys.ERROR), true); createUserInterface(null, th); } |
| |||||
public ErrorDialog(Dialog owner, Throwable th) { super(owner, s_stringMgr.getString(IStringKeys.ERROR), true); createUserInterface(null, th); } |
| |||
public ErrorDialog( [[#variable1c8eb9e0]] owner, Throwable th) { super(owner, s_stringMgr.getString(IStringKeys.ERROR), true); createUserInterface(null, th); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c8eb9e0]] | Frame |
1 | 2 | [[#1c8eb9e0]] | Dialog |