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.976 | import_statements |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 19 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/folder/mailboximport/MHImporter.java |
2 | 7 | 19 | E:/TSE/Projects-CloneDR/columba-1.4-src/plugins/org.columba.example.MBOXMailImportFilter/src/MBOXMailImportFilter.java |
| |||||
import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import org.columba.api.command.IWorkerStatusController; import org.columba.mail.folder.IMailbox; import org.columba.mail.folder.mh.MHMessageFileFilter; |
| |||||
// The contents of this file are subject to the Mozilla Public License Version // 1.1 //(the "License"); you may not use this file except in compliance with the //License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ // //Software distributed under the License is distributed on an "AS IS" basis, //WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License //for the specific language governing rights and //limitations under the License. // //The Original Code is "The Columba Project" // //The Initial Developers of the Original Code are Frederik Dietz and Timo // Stich. //Portions created by Frederik Dietz and Timo Stich are Copyright (C) 2003. // //All Rights Reserved. import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import org.columba.api.command.IWorkerStatusController; import org.columba.mail.folder.IMailbox; import org.columba.mail.folder.mailboximport.AbstractMailboxImporter; |
| |||
// The contents of this file are subject to the Mozilla Public License Version // 1.1 //(the "License"); you may not use this file except in compliance with the //License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ // //Software distributed under the License is distributed on an "AS IS" basis, //WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License //for the specific language governing rights and //limitations under the License. // //The Original Code is "The Columba Project" // //The Initial Developers of the Original Code are Frederik Dietz and Timo // Stich. //Portions created by Frederik Dietz and Timo Stich are Copyright (C) 2003. // //All Rights Reserved. import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import org.columba.api.command.IWorkerStatusController; import org.columba.mail.folder.IMailbox; import org.columba.mail.folder. [[#variable1304d460]]. [[#variable1304de20]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1304d460]] | mh |
1 | 2 | [[#1304d460]] | mailboximport |
2 | 1 | [[#1304de20]] | MHMessageFileFilter |
2 | 2 | [[#1304de20]] | AbstractMailboxImporter |