Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 4 | 2 | 0.951 | statement_sequence[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 73 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/filter/plugins/DateCriteriaRow.java |
2 | 7 | 50 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/filter/plugins/FlagsCriteriaRow.java |
3 | 12 | 52 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/filter/plugins/HeaderCriteriaRow.java |
4 | 7 | 51 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/filter/plugins/PriorityCriteriaRow.java |
| |||||
super.initComponents(); matchComboBox = new JComboBox(); matchComboBox.addItem("before"); matchComboBox.addItem("after"); addComponent(matchComboBox); |
| |||||
super.initComponents(); matchComboBox = new JComboBox(); matchComboBox.addItem("is"); matchComboBox.addItem("is not"); addComponent(matchComboBox); |
| |||||
super.initComponents(); matchComboBox = new JComboBox(); matchComboBox.addItem("contains"); matchComboBox.addItem("contains not"); /* * matchComboBox.addItem("is"); matchComboBox.addItem("is not"); * matchComboBox.addItem("begins with"); matchComboBox.addItem("ends * with"); */ addComponent(matchComboBox); |
| |||||
super.initComponents(); matchComboBox = new JComboBox(); matchComboBox.addItem("is"); matchComboBox.addItem("is not"); addComponent(matchComboBox); |
| |||
super.initComponents(); matchComboBox = new JComboBox(); matchComboBox.addItem( [[#variable1304ef60]]); matchComboBox.addItem( [[#variable1304efc0]]); /* * matchComboBox.addItem("is"); matchComboBox.addItem("is not"); * matchComboBox.addItem("begins with"); matchComboBox.addItem("ends * with"); */ addComponent(matchComboBox); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1304ef60]] | "before" |
1 | 2 | [[#1304ef60]] | "is" |
1 | 3 | [[#1304ef60]] | "contains" |
1 | 4 | [[#1304ef60]] | "is" |
2 | 1 | [[#1304efc0]] | "after" |
2 | 2 | [[#1304efc0]] | "is not" |
2 | 3 | [[#1304efc0]] | "contains not" |
2 | 4 | [[#1304efc0]] | "is not" |