Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 2 | 0.957 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 632 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Javadoc.java |
2 | 3 | 1122 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Javadoc.java |
3 | 3 | 1132 | 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); } |
| |||||
/** * 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); } |
| |||||
/** * 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); } |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1313fc00]] | setOverview |
1 | 2 | [[#1313fc00]] | setStylesheetfile |
1 | 3 | [[#1313fc00]] | setHelpfile |
2 | 1 | [[#1313fba0]] | "-overview" |
2 | 2 | [[#1313fba0]] | "-stylesheetfile" |
2 | 3 | [[#1313fba0]] | "-helpfile" |