Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.967 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 356 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/email/EmailTask.java |
2 | 2 | 1556 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Javadoc.java |
| |||||
/** * Add a set of files (nested fileset attribute). * * @param fs The fileset. */ public void addFileset(FileSet fs) { createAttachments().add(fs); } |
| |||||
/** * Adds a fileset. * * <p>All included files will be added as sourcefiles. The task * will automatically add * <code>includes="**/*.java"</code> to the * fileset.</p> * @param fs a file set * @since 1.5 */ public void addFileset(FileSet fs) { createSourceFiles().add(fs); } |
| |||
/** * Adds a fileset. * * <p>All included files will be added as sourcefiles. The task * will automatically add * <code>includes="**/*.java"</code> to the * fileset.</p> * @param fs a file set * @since 1.5 */ /** * Add a set of files (nested fileset attribute). * * @param fs The fileset. */ public void addFileset(FileSet fs) { [[#variable112be2e0]]().add(fs); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#112be2e0]] | createAttachments |
1 | 2 | [[#112be2e0]] | createSourceFiles |