Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 0 | 1.000 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 629 | E:/TSE/Projects-CloneDR/columba-1.4-src/plugins/org.columba.mail.EudoraMailImportFilter/src/org/columba/mail/EudoraMailImportFilter.java |
2 | 5 | 721 | E:/TSE/Projects-CloneDR/columba-1.4-src/plugins/org.columba.mail.EudoraMailImportFilter/src/org/columba/mail/EudoraMailImportFilter.java |
| |||||
{ // no attachments found - should in fact have been checked by the // caller String[] retVal = new String[1]; retVal[0] = body; // body untouched return retVal; } |
| |||||
{ // no attachments found String[] retVal = new String[1]; retVal[0] = body; // body untouched return retVal; } |
| |||
{ // no attachments found // no attachments found - should in fact have been checked by the // caller String[] retVal = new String[1]; retVal[0] = body; // body untouched return retVal; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |