CloneSet475


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

/**
 * Specify the file containing the overview to be included in the generated
 * documentation.
 *
 * @param f the file containing the overview.
 */
public void setOverview(File f) {
  cmd.createArgument().setValue("-overview");
  cmd.createArgument().setFile(f);
}


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

/**
 * Specifies the CSS stylesheet file to use.
 *
 * @param f the file with the CSS to use.
 */
public void setStylesheetfile(File f) {
  cmd.createArgument().setValue("-stylesheetfile");
  cmd.createArgument().setFile(f);
}


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

/**
 * Specifies the HTML help file to use.
 *
 * @param f the file containing help content.
 */
public void setHelpfile(File f) {
  cmd.createArgument().setValue("-helpfile");
  cmd.createArgument().setFile(f);
}


Clone AbstractionParameter Count: 2Parameter Bindings

/**
     * Specifies the HTML help file to use.
     *
     * @param f the file containing help content.
     */
/**
     * Specifies the CSS stylesheet file to use.
     *
     * @param f the file with the CSS to use.
     */
/**
     * Specify the file containing the overview to be included in the generated
     * documentation.
     *
     * @param f the file containing the overview.
     */
public void [[#variable1313fc00]](File f) {
  cmd.createArgument().setValue( [[#variable1313fba0]]);
  cmd.createArgument().setFile(f);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1313fc00]]
setOverview 
12[[#1313fc00]]
setStylesheetfile 
13[[#1313fc00]]
setHelpfile 
21[[#1313fba0]]
"-overview" 
22[[#1313fba0]]
"-stylesheetfile" 
23[[#1313fba0]]
"-helpfile"