Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.980 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 255 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/IPlanetEjbcTask.java |
2 | 3 | 258 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/IPlanetEjbcTask.java |
| |||||
catch (SAXException e) { String msg = "Unable to create a SAXParser: " + e.getMessage(); throw new BuildException(msg, e, getLocation()); } |
| |||||
catch (ParserConfigurationException e) { String msg = "Unable to create a SAXParser: " + e.getMessage(); throw new BuildException(msg, e, getLocation()); } |
| |||
catch ( [[#variable1308d0e0]] e) { String msg = "Unable to create a SAXParser: " + e.getMessage(); throw new BuildException(msg, e, getLocation()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1308d0e0]] | SAXException |
1 | 2 | [[#1308d0e0]] | ParserConfigurationException |