CloneSet83


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4810.978catch_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15315
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/BorlandDeploymentTool.java
23538
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/BorlandDeploymentTool.java
34218
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/BorlandGenerateClient.java
45267
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/BorlandGenerateClient.java
55303
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/BorlandGenerateClient.java
64509
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/WeblogicDeploymentTool.java
75468
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/WebsphereDeploymentTool.java
85604
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
5
Source Line
315
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/BorlandDeploymentTool.java

catch (Exception
       e) {
  // Have to catch this because of the semantics of calling main()
  String msg = "Exception while calling generateclient Details: " + e.toString();
  throw new BuildException(msg, e);
}


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

catch (Exception
       e) {
  String msg = "Exception while parsing  java2iiop output. Details: " + e.toString();
  throw new BuildException(msg, e);
}


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

catch (Exception
       e) {
  // Have to catch this because of the semantics of calling main()
  String msg = "Exception while calling generateclient Details: " + e.toString();
  throw new BuildException(msg, e);
}


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

catch (Exception
       e) {
  // Have to catch this because of the semantics of calling main()
  String msg = "Exception while calling generateclient Details: " + e.toString();
  throw new BuildException(msg, e);
}


Next
Previous
Clone Instance
5
Line Count
5
Source Line
303
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/BorlandGenerateClient.java

catch (Exception
       e) {
  // Have to catch this because of the semantics of calling main()
  String msg = "Exception while calling generateclient Details: " + e.toString();
  throw new BuildException(msg, e);
}


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

catch (Exception
       e) {
  String msg = "Exception while adding Vendor specific files: " + e.toString();
  throw new BuildException(msg, e);
}


Next
Previous
Clone Instance
7
Line Count
5
Source Line
468
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/WebsphereDeploymentTool.java

catch (Exception
       e) {
  String msg = "Exception while adding Vendor specific files: " + e.toString();
  throw new BuildException(msg, e);
}


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

catch (Exception
       e) {
  // Have to catch this because of the semantics of calling main()
  String msg = "Exception while calling ejbdeploy. Details: " + e.toString();
  throw new BuildException(msg, e);
}


Clone AbstractionParameter Count: 1Parameter Bindings

catch (Exception
       e) {
  // Have to catch this because of the semantics of calling main()
  String msg = [[#variable111f08c0]] + e.toString();
  throw new BuildException(msg, e);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#111f08c0]]
"Exception while calling generateclient Details: " 
12[[#111f08c0]]
"Exception while parsing  java2iiop output. Details: " 
13[[#111f08c0]]
"Exception while calling generateclient Details: " 
14[[#111f08c0]]
"Exception while calling generateclient Details: " 
15[[#111f08c0]]
"Exception while calling generateclient Details: " 
16[[#111f08c0]]
"Exception while adding Vendor specific files: " 
17[[#111f08c0]]
"Exception while adding Vendor specific files: " 
18[[#111f08c0]]
"Exception while calling ejbdeploy. Details: "