Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 2 | 2 | 0.966 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 90 | E:/TSE/Projects-CloneDR/sql12/plugins/graph/src/net/sourceforge/squirrel_sql/plugins/graph/FormatController.java |
2 | 12 | 102 | E:/TSE/Projects-CloneDR/sql12/plugins/graph/src/net/sourceforge/squirrel_sql/plugins/graph/FormatController.java |
| |||||
try { height = Double.parseDouble(buf) * selUnit.getInCm(); } catch (NumberFormatException e) { // i18n[graph.invalidHeight=Invalid height] JOptionPane.showMessageDialog(_dlg, s_stringMgr.getString("graph.invalidHeight")); return; } |
| |||||
try { width = Double.parseDouble(buf) * selUnit.getInCm(); } catch (NumberFormatException e) { // i18n[graph.invalidWidth=Invalid width] JOptionPane.showMessageDialog(_dlg, s_stringMgr.getString("graph.invalidWidth")); return; } |
| |||
try { [[#variable1c8bdc60]]= Double.parseDouble(buf) * selUnit.getInCm(); } catch (NumberFormatException e) { // i18n[graph.invalidWidth=Invalid width] // i18n[graph.invalidHeight=Invalid height] JOptionPane.showMessageDialog(_dlg, s_stringMgr.getString( [[#variable1c8bdce0]])); return; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c8bdc60]] | height |
1 | 2 | [[#1c8bdc60]] | width |
2 | 1 | [[#1c8bdce0]] | "graph.invalidHeight" |
2 | 2 | [[#1c8bdce0]] | "graph.invalidWidth" |