Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.961 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 195 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/LogPanel.java |
2 | 3 | 110 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/MemoryPanel.java |
| |||||
JPanel pnlButtons = new JPanel(new GridLayout(1, 2, 3, 0)); pnlButtons.add(_btnLastLog); pnlButtons.add(_btnViewLogs); |
| |||||
JPanel pnlButtons = new JPanel(new GridLayout(1, 2, 3, 0)); pnlButtons.add(_btnSessionGCStatus); pnlButtons.add(_btnGarbage); |
| |||
JPanel pnlButtons = new JPanel(new GridLayout(1, 2, 3, 0)); pnlButtons.add( [[#variable1c9333e0]]); pnlButtons.add( [[#variable1c933440]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c9333e0]] | _btnLastLog |
1 | 2 | [[#1c9333e0]] | _btnSessionGCStatus |
2 | 1 | [[#1c933440]] | _btnViewLogs |
2 | 2 | [[#1c933440]] | _btnGarbage |