Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 1 | 0.974 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 191 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/desktopcontainer/ScrollableDesktopPane.java |
2 | 9 | 47 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/gui/MaximizeInternalFramePositioner.java |
| |||||
try { child.setMaximum(true); } catch (PropertyVetoException ex) { s_log.error("Unable to maximize window", ex); } |
| |||||
try { child.setMaximum(true); } catch (PropertyVetoException ex) { s_log.error("Error maximizing JInternalFrame", ex); } |
| |||
try { child.setMaximum(true); } catch (PropertyVetoException ex) { s_log.error( [[#variable1ca07bc0]], ex); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ca07bc0]] | "Unable to maximize window" |
1 | 2 | [[#1ca07bc0]] | "Error maximizing JInternalFrame" |