Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.971 | constructor_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 55 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/test/java/org/columba/mail/filter/plugins/AbstractFilterTst.java |
2 | 4 | 63 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/test/java/org/columba/mail/folder/AbstractFolderTst.java |
| |||||
/** * Constructor for test. * <p> * This is used when executing this individual test only or by the ant task. * <p> */ public AbstractFilterTst(String test) { super(test); this.factory = new MHFolderFactory(); } |
| |||||
/** * Constructor for test. * <p> * This is used when executing this individual test only or by the ant task. * <p> */ public AbstractFolderTst(String test) { super(test); this.factory = new MHFolderFactory(); } |
| |||
/** * Constructor for test. * <p> * This is used when executing this individual test only or by the ant task. * <p> */ public [[#variable1142d140]](String test) { super(test); this.factory = new MHFolderFactory(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1142d140]] | AbstractFilterTst |
1 | 2 | [[#1142d140]] | AbstractFolderTst |