Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 1 | 0.972 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 41 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/Ejbc.java |
2 | 11 | 42 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/EjbcHelper.java |
| |||||
/** * The root directory of the tree containing the serialised deployment desciptors. The actual * deployment descriptor files are selected using include and exclude constructs * on the ejbc task provided by the MatchingTask superclass. */ private File descriptorDirectory; /** * The directory where generated files are placed. */ private File generatedFilesDirectory; /** * The name of the manifest file generated for the EJB jar. */ private File generatedManifestFile; |
| |||||
/** * The root directory of the tree containing the serialised deployment desciptors. */ private File descriptorDirectory; /** * The directory where generated files are placed. */ private File generatedFilesDirectory; /** * The name of the manifest file generated for the EJB jar. */ private File manifestFile; |
| |||
/** * The root directory of the tree containing the serialised deployment desciptors. */ /** * The root directory of the tree containing the serialised deployment desciptors. The actual * deployment descriptor files are selected using include and exclude constructs * on the ejbc task provided by the MatchingTask superclass. */ private File descriptorDirectory; /** * The directory where generated files are placed. */ private File generatedFilesDirectory; /** * The name of the manifest file generated for the EJB jar. */ private File [[#variable11248c60]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#11248c60]] | generatedManifestFile |
1 | 2 | [[#11248c60]] | manifestFile |