CloneSet1327


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.967method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12356
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/email/EmailTask.java
221556
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Javadoc.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
356
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/email/EmailTask.java

/**
 * Add a set of files (nested fileset attribute).
 *
 * @param fs The fileset.
 */
public void addFileset(FileSet fs) {
  createAttachments().add(fs);
}


First
Previous
Clone Instance
2
Line Count
2
Source Line
1556
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Javadoc.java

/**
 * Adds a fileset.
 *
 * <p>All included files will be added as sourcefiles.  The task
 * will automatically add
 * <code>includes=&quot;**&#47;*.java&quot;</code> to the
 * fileset.</p>
 * @param fs a file set
 * @since 1.5
 */
public void addFileset(FileSet fs) {
  createSourceFiles().add(fs);
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Adds a fileset.
     *
     * <p>All included files will be added as sourcefiles.  The task
     * will automatically add
     * <code>includes=&quot;**&#47;*.java&quot;</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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#112be2e0]]
createAttachments 
12[[#112be2e0]]
createSourceFiles