CloneSet552


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7420.951statement_sequence[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1773
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/filter/plugins/DateCriteriaRow.java
2750
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/filter/plugins/FlagsCriteriaRow.java
31252
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/filter/plugins/HeaderCriteriaRow.java
4751
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/filter/plugins/PriorityCriteriaRow.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
73
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/filter/plugins/DateCriteriaRow.java

super.initComponents();
matchComboBox = new JComboBox();
matchComboBox.addItem("before");
matchComboBox.addItem("after");
addComponent(matchComboBox);


Next
Previous
Clone Instance
2
Line Count
7
Source Line
50
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/filter/plugins/FlagsCriteriaRow.java

super.initComponents();
matchComboBox = new JComboBox();
matchComboBox.addItem("is");
matchComboBox.addItem("is not");
addComponent(matchComboBox);


Next
Previous
Clone Instance
3
Line Count
12
Source Line
52
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/filter/plugins/HeaderCriteriaRow.java

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);


First
Previous
Clone Instance
4
Line Count
7
Source Line
51
Source File
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("is");
matchComboBox.addItem("is not");
addComponent(matchComboBox);


Clone AbstractionParameter Count: 2Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1304ef60]]
"before" 
12[[#1304ef60]]
"is" 
13[[#1304ef60]]
"contains" 
14[[#1304ef60]]
"is" 
21[[#1304efc0]]
"after" 
22[[#1304efc0]]
"is not" 
23[[#1304efc0]]
"contains not" 
24[[#1304efc0]]
"is not"