Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.989 | statement_sequence[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 110 | E:/TSE/Projects-CloneDR/columba-1.4-src/contact/src/main/java/org/columba/addressbook/gui/frame/AddressbookFrameController.java |
2 | 5 | 577 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/frame/ThreePaneMailFrameController.java |
| |||||
p.setLayout(new BorderLayout()); JScrollPane tableScrollPane = new JScrollPane(table.getView()); tableScrollPane.setBorder(BorderFactory.createEmptyBorder(0, 0, 0, 0)); p.add(tableScrollPane, BorderLayout.CENTER); p.add(filterToolbar, BorderLayout.NORTH); |
| |||||
p.setLayout(new BorderLayout()); JScrollPane tableScrollPane = new JScrollPane(tableController.getView()); tableScrollPane.setBorder(BorderFactory.createEmptyBorder(0, 0, 0, 0)); p.add(tableScrollPane, BorderLayout.CENTER); p.add(filterToolbar, BorderLayout.NORTH); |
| |||
p.setLayout(new BorderLayout()); JScrollPane tableScrollPane = new JScrollPane( [[#variable13076280]].getView()); tableScrollPane.setBorder(BorderFactory.createEmptyBorder(0, 0, 0, 0)); p.add(tableScrollPane, BorderLayout.CENTER); p.add(filterToolbar, BorderLayout.NORTH); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13076280]] | table |
1 | 2 | [[#13076280]] | tableController |