CloneSet925


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2310.966method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
121520
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Javadoc.java
22148
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/j2ee/ServerDeploy.java
32126
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/sound/SoundTask.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
1520
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Javadoc.java

/**
 * Enables the -source switch, will be ignored if Javadoc is not
 * the 1.4 version.
 * @param source a <code>String</code> value
 * @since Ant 1.5
 */
public void setSource(String source) {
  this.source = source;
}


Next
Previous
Clone Instance
2
Line Count
2
Source Line
148
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/j2ee/ServerDeploy.java

/**
 *  The filename of the component to be deployed; optional
 *  depending upon the tool and the action.
 *  @param source String representing the "source" attribute.
 */
public void setSource(File source) {
  this.source = source;
}


First
Previous
Clone Instance
3
Line Count
2
Source Line
126
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/sound/SoundTask.java

/**
 * Sets the location of the file to get the audio; required.
 *
 * @param source the name of a sound-file directory or of the audio file
 */
public void setSource(File source) {
  this.source = source;
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Enables the -source switch, will be ignored if Javadoc is not
     * the 1.4 version.
     * @param source a <code>String</code> value
     * @since Ant 1.5
     */
/**
     *  The filename of the component to be deployed; optional
     *  depending upon the tool and the action.
     *  @param source String representing the "source" attribute.
     */
/**
         * Sets the location of the file to get the audio; required.
         *
         * @param source the name of a sound-file directory or of the audio file
         */
public void setSource( [[#variable130e5b00]] source) {
  this.source = source;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#130e5b00]]
String 
12[[#130e5b00]]
File 
13[[#130e5b00]]
File