Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.966 | class_body_declarations[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 40 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/filter/plugins/DefaultActionRow.java |
2 | 7 | 40 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/filter/plugins/DefaultCriteriaRow.java |
| |||||
protected JPanel panel; protected IFilterAction filterAction; protected GridBagLayout gridbag = new GridBagLayout(); protected GridBagConstraints c = new GridBagConstraints(); |
| |||||
protected JPanel panel; protected JButton removeButton; protected GridBagLayout gridbag = new GridBagLayout(); protected GridBagConstraints c = new GridBagConstraints(); |
| |||
protected JPanel panel; protected [[#variable1311c820]] [[#variable1311c860]]; protected GridBagLayout gridbag = new GridBagLayout(); protected GridBagConstraints c = new GridBagConstraints(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1311c820]] | IFilterAction |
1 | 2 | [[#1311c820]] | JButton |
2 | 1 | [[#1311c860]] | filterAction |
2 | 2 | [[#1311c860]] | removeButton |