CloneSet545


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4320.953block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14288
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/IPlanetEjbcTask.java
24292
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/IPlanetEjbcTask.java
34296
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/IPlanetEjbcTask.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
288
Source File
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());
}


Next
Previous
Clone Instance
2
Line Count
4
Source Line
292
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/IPlanetEjbcTask.java

{
  String msg = "A SAXException occurred while trying to read the XML " + "descriptor file: " + e.getMessage();
  throw new BuildException(msg, e, getLocation());
}


First
Previous
Clone Instance
3
Line Count
4
Source Line
296
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/IPlanetEjbcTask.java

{
  String msg = "An exception occurred while trying to run the ejbc " + "utility: " + e.getMessage();
  throw new BuildException(msg, e, getLocation());
}


Clone AbstractionParameter Count: 2Parameter Bindings

{
  String msg = [[#variable13009d40]] +  [[#variable1300a200]] + e.getMessage();
  throw new BuildException(msg, e, getLocation());
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#13009d40]]
"An IOException occurred while trying to read the XML " 
12[[#13009d40]]
"A SAXException occurred while trying to read the XML " 
13[[#13009d40]]
"An exception occurred while trying to run the ejbc " 
21[[#1300a200]]
"descriptor file: " 
22[[#1300a200]]
"descriptor file: " 
23[[#1300a200]]
"utility: "