Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 1 | 0.989 | statement_sequence[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 147 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/util/AboutDialog.java |
2 | 8 | 173 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/util/AboutDialog.java |
| |||||
box = Box.createRigidArea(new Dimension(10, 10)); authorPanel.add(box, c); authorPanel.add(buildDateLabel, c); c.gridx = 1; box = Box.createRigidArea(new Dimension(5, 15)); authorPanel.add(box, c); |
| |||||
box = Box.createRigidArea(new Dimension(10, 10)); authorPanel.add(box, c); authorPanel.add(authorLabel, c); c.gridx = 1; box = Box.createRigidArea(new Dimension(5, 15)); authorPanel.add(box, c); |
| |||
box = Box.createRigidArea(new Dimension(10, 10)); authorPanel.add(box, c); authorPanel.add( [[#variable13008b80]], c); c.gridx = 1; box = Box.createRigidArea(new Dimension(5, 15)); authorPanel.add(box, c); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13008b80]] | buildDateLabel |
1 | 2 | [[#13008b80]] | authorLabel |