Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 2 | 0.964 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 224 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/composer/contact/SelectAddressDialog.java |
2 | 3 | 228 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/composer/contact/SelectAddressDialog.java |
3 | 3 | 232 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/composer/contact/SelectAddressDialog.java |
| |||||
builder.add(toLabel, cc.xy(1, y)); y += 2; builder.add(new JScrollPane(toList), cc.xy(1, y)); |
| |||||
builder.add(ccLabel, cc.xy(1, y)); y += 2; builder.add(new JScrollPane(ccList), cc.xy(1, y)); |
| |||||
builder.add(bccLabel, cc.xy(1, y)); y += 2; builder.add(new JScrollPane(bccList), cc.xy(1, y)); |
| |||
builder.add( [[#variable130341a0]], cc.xy(1, y)); y += 2; builder.add(new JScrollPane( [[#variable13034180]]), cc.xy(1, y)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130341a0]] | toLabel |
1 | 2 | [[#130341a0]] | ccLabel |
1 | 3 | [[#130341a0]] | bccLabel |
2 | 1 | [[#13034180]] | toList |
2 | 2 | [[#13034180]] | ccList |
2 | 3 | [[#13034180]] | bccList |