Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.966 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 104 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/dotnet/ImportTypelib.java |
2 | 2 | 200 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/SQLExec.java |
| |||||
/** * This method sets which is the source .tlb file. * This is an operation which is required to have been performed. * @param srcFile the source file. */ public void setSrcFile(File srcFile) { this.srcFile = srcFile; } |
| |||||
/** * Set the name of the SQL file to be run. * Required unless statements are enclosed in the build file * @param srcFile the file containing the SQL command. */ public void setSrc(File srcFile) { this.srcFile = srcFile; } |
| |||
/** * This method sets which is the source .tlb file. * This is an operation which is required to have been performed. * @param srcFile the source file. */ /** * Set the name of the SQL file to be run. * Required unless statements are enclosed in the build file * @param srcFile the file containing the SQL command. */ public void [[#variable112c10a0]](File srcFile) { this.srcFile = srcFile; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#112c10a0]] | setSrcFile |
1 | 2 | [[#112c10a0]] | setSrc |