Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 0 | 1.000 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 109 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/DDCreator.java |
2 | 11 | 144 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/Ejbc.java |
| |||||
/** * Set the directory from where the text descriptions of the deployment descriptors are * to be read. * * @param dirName the name of the directory containing the text deployment descriptor files. */ public void setDescriptors(String dirName) { descriptorDirectory = new File(dirName); } /** * Set the directory into which the serialized deployment descriptors are to * be written. * * @param dirName the name of the directory into which the serialised deployment * descriptors are written. */ public void setDest(String dirName) { generatedFilesDirectory = new File(dirName); } |
| |||||
/** * Set the directory from where the serialized deployment descriptors are * to be read. * * @param dirName the name of the directory containing the serialised deployment descriptors. */ public void setDescriptors(String dirName) { descriptorDirectory = new File(dirName); } /** * Set the directory into which the support classes, RMI stubs, etc are to be written. * * @param dirName the name of the directory into which code is generated */ public void setDest(String dirName) { generatedFilesDirectory = new File(dirName); } |
| |||
/** * Set the directory from where the serialized deployment descriptors are * to be read. * * @param dirName the name of the directory containing the serialised deployment descriptors. */ /** * Set the directory from where the text descriptions of the deployment descriptors are * to be read. * * @param dirName the name of the directory containing the text deployment descriptor files. */ public void setDescriptors(String dirName) { descriptorDirectory = new File(dirName); } /** * Set the directory into which the support classes, RMI stubs, etc are to be written. * * @param dirName the name of the directory into which code is generated */ /** * Set the directory into which the serialized deployment descriptors are to * be written. * * @param dirName the name of the directory into which the serialised deployment * descriptors are written. */ public void setDest(String dirName) { generatedFilesDirectory = new File(dirName); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |