Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 1 | 0.966 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1520 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Javadoc.java |
2 | 2 | 148 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/j2ee/ServerDeploy.java |
3 | 2 | 126 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/sound/SoundTask.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; } |
| |||||
/** * 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; } |
| |||||
/** * 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; } |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130e5b00]] | String |
1 | 2 | [[#130e5b00]] | File |
1 | 3 | [[#130e5b00]] | File |