Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 0 | 1.000 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 69 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Chmod.java |
2 | 4 | 60 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/unix/AbstractAccessTask.java |
3 | 4 | 55 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/windows/Attrib.java |
| |||||
/** * The file or single directory of which the permissions must be changed. * @param src the source file or directory. */ public void setFile(File src) { FileSet fs = new FileSet(); fs.setFile(src); addFileset(fs); } |
| |||||
/** * Set the file which should have its access attributes modified. * @param src the file to modify */ public void setFile(File src) { FileSet fs = new FileSet(); fs.setFile(src); addFileset(fs); } |
| |||||
/** * A file to be attribed. * @param src a file */ public void setFile(File src) { FileSet fs = new FileSet(); fs.setFile(src); addFileset(fs); } |
| |||
/** * The file or single directory of which the permissions must be changed. * @param src the source file or directory. */ /** * Set the file which should have its access attributes modified. * @param src the file to modify */ /** * A file to be attribed. * @param src a file */ public void setFile(File src) { FileSet fs = new FileSet(); fs.setFile(src); addFileset(fs); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |