Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
14 | 2 | 3 | 0.980 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 14 | 165 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/composer/contact/SelectAddressDialog.java |
2 | 14 | 181 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/composer/contact/SelectAddressDialog.java |
| |||||
{ JPanel panel = new JPanel(); FormLayout layout = new FormLayout("fill:default:grow, 6px, fill:default:grow, 6px, fill:default:grow", //$NON-NLS-1$ "default"); //$NON-NLS-1$ PanelBuilder builder = new PanelBuilder(layout, panel); CellConstraints cc = new CellConstraints(); builder.add(toButton, cc.xy(1, 1)); builder.add(ccButton, cc.xy(3, 1)); builder.add(bccButton, cc.xy(5, 1)); return panel; } |
| |||||
{ JPanel panel = new JPanel(); FormLayout layout = new FormLayout("fill:default:grow, 6px, fill:default:grow, 6px, fill:default:grow", //$NON-NLS-1$ "default"); //$NON-NLS-1$ PanelBuilder builder = new PanelBuilder(layout, panel); CellConstraints cc = new CellConstraints(); builder.add(toRemoveButton, cc.xy(1, 1)); builder.add(ccRemoveButton, cc.xy(3, 1)); builder.add(bccRemoveButton, cc.xy(5, 1)); return panel; } |
| |||
{ JPanel panel = new JPanel(); FormLayout layout = new FormLayout("fill:default:grow, 6px, fill:default:grow, 6px, fill:default:grow", //$NON-NLS-1$ "default"); //$NON-NLS-1$ PanelBuilder builder = new PanelBuilder(layout, panel); CellConstraints cc = new CellConstraints(); builder.add( [[#variable13204ae0]], cc.xy(1, 1)); builder.add( [[#variable13204900]], cc.xy(3, 1)); builder.add( [[#variable132049c0]], cc.xy(5, 1)); return panel; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13204ae0]] | toButton |
1 | 2 | [[#13204ae0]] | toRemoveButton |
2 | 1 | [[#13204900]] | ccButton |
2 | 2 | [[#13204900]] | ccRemoveButton |
3 | 1 | [[#132049c0]] | bccButton |
3 | 2 | [[#132049c0]] | bccRemoveButton |