Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 2 | 0.953 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 288 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/IPlanetEjbcTask.java |
2 | 4 | 292 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/IPlanetEjbcTask.java |
3 | 4 | 296 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/IPlanetEjbcTask.java |
| |||||
{ String msg = "An IOException occurred while trying to read the XML " + "descriptor file: " + e.getMessage(); throw new BuildException(msg, e, getLocation()); } |
| |||||
{ String msg = "A SAXException occurred while trying to read the XML " + "descriptor file: " + e.getMessage(); throw new BuildException(msg, e, getLocation()); } |
| |||||
{ String msg = "An exception occurred while trying to run the ejbc " + "utility: " + e.getMessage(); throw new BuildException(msg, e, getLocation()); } |
| |||
{ String msg = [[#variable13009d40]] + [[#variable1300a200]] + e.getMessage(); throw new BuildException(msg, e, getLocation()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13009d40]] | "An IOException occurred while trying to read the XML " |
1 | 2 | [[#13009d40]] | "A SAXException occurred while trying to read the XML " |
1 | 3 | [[#13009d40]] | "An exception occurred while trying to run the ejbc " |
2 | 1 | [[#1300a200]] | "descriptor file: " |
2 | 2 | [[#1300a200]] | "descriptor file: " |
2 | 3 | [[#1300a200]] | "utility: " |