CloneSet1057


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.950catch_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14322
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/IPlanetEjbc.java
24326
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/IPlanetEjbc.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
322
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/IPlanetEjbc.java

catch (IOException
       e) {
  System.out.println("An IOException has occurred while reading the " + "XML descriptors (" + e.getMessage() + ").");
  return;
}


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

catch (SAXException
       e) {
  System.out.println("A SAXException has occurred while reading the " + "XML descriptors (" + e.getMessage() + ").");
  return;
}


Clone AbstractionParameter Count: 2Parameter Bindings

catch ( [[#variable1121f3c0]]
       e) {
  System.out.println( [[#variable1121f320]] + "XML descriptors (" + e.getMessage() + ").");
  return;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1121f3c0]]
IOException 
12[[#1121f3c0]]
SAXException 
21[[#1121f320]]
"An IOException has occurred while reading the " 
22[[#1121f320]]
"A SAXException has occurred while reading the "