Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 1 | 0.989 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 60 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/session/RowColumnLabel.java |
2 | 10 | 109 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/gui/TimePanel.java |
| |||||
Border border = getBorder(); if (border != null) { Insets ins = border.getBorderInsets(this ); if (ins != null) { dim.width += (ins.left + ins.right); } } Insets ins = getInsets(); |
| |||||
Border border = getBorder(); if (border != null) { Insets ins = border.getBorderInsets(this ); if (ins != null) { _prefSize.width += (ins.left + ins.right); } } Insets ins = getInsets(); |
| |||
Border border = getBorder(); if (border != null) { Insets ins = border.getBorderInsets(this ); if (ins != null) { [[#variable1cd1b9a0]].width += (ins.left + ins.right); } } Insets ins = getInsets(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cd1b9a0]] | dim |
1 | 2 | [[#1cd1b9a0]] | _prefSize |