CloneSet275


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12201.000catch_statements
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
112851
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/WeblogicDeploymentTool.java
212819
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/WebsphereDeploymentTool.java
Next
Last
Clone Instance
1
Line Count
12
Source Line
851
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/WeblogicDeploymentTool.java

catch (ClassNotFoundException
       cnfe) {
  String cnfmsg = "ClassNotFoundException while processing ejb-jar file" + ". Details: " + cnfe.getMessage();
  throw new BuildException(cnfmsg, cnfe);
}
catch (IOException
       ioe) {
  String msg = "IOException while processing ejb-jar file " + ". Details: " + ioe.getMessage();
  throw new BuildException(msg, ioe);
}


First
Previous
Clone Instance
2
Line Count
12
Source Line
819
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/WebsphereDeploymentTool.java

catch (ClassNotFoundException
       cnfe) {
  String cnfmsg = "ClassNotFoundException while processing ejb-jar file" + ". Details: " + cnfe.getMessage();
  throw new BuildException(cnfmsg, cnfe);
}
catch (IOException
       ioe) {
  String msg = "IOException while processing ejb-jar file " + ". Details: " + ioe.getMessage();
  throw new BuildException(msg, ioe);
}


Clone AbstractionParameter Count: 0Parameter Bindings

catch (ClassNotFoundException
       cnfe) {
  String cnfmsg = "ClassNotFoundException while processing ejb-jar file" + ". Details: " + cnfe.getMessage();
  throw new BuildException(cnfmsg, cnfe);
}
catch (IOException
       ioe) {
  String msg = "IOException while processing ejb-jar file " + ". Details: " + ioe.getMessage();
  throw new BuildException(msg, ioe);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None