Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 3 | 2 | 0.962 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 348 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/BorlandDeploymentTool.java |
2 | 5 | 381 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/BorlandDeploymentTool.java |
3 | 6 | 637 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/WeblogicDeploymentTool.java |
| |||||
catch (Exception e) { //TO DO : delete the file if it is not a valid file. String msg = "Exception while calling " + VERIFY + " Details: " + e.toString(); throw new BuildException(msg, e); } |
| |||||
catch (Exception e) { //TO DO : delete the file if it is not a valid file. String msg = "Exception while calling " + VERIFY + " Details: " + e.toString(); throw new BuildException(msg, e); } |
| |||||
catch (Exception e) { // Have to catch this because of the semantics of calling main() String msg = "Exception while calling " + ejbcClassName + ". Details: " + e.toString(); throw new BuildException(msg, e); } |
| |||
catch (Exception e) { // Have to catch this because of the semantics of calling main() //TO DO : delete the file if it is not a valid file. String msg = "Exception while calling " + [[#variable1315d4e0]] + [[#variable1315d3e0]] + e.toString(); throw new BuildException(msg, e); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1315d4e0]] | VERIFY |
1 | 2 | [[#1315d4e0]] | VERIFY |
1 | 3 | [[#1315d4e0]] | ejbcClassName |
2 | 1 | [[#1315d3e0]] | " Details: " |
2 | 2 | [[#1315d3e0]] | " Details: " |
2 | 3 | [[#1315d3e0]] | ". Details: " |