CloneSet1096


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.977catch_statements
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1467
E:/TSE/Projects-CloneDR/columba-1.4-src/calendar/src/main/java/org/columba/calendar/store/LocalXMLFileStore.java
2491
E:/TSE/Projects-CloneDR/columba-1.4-src/calendar/src/main/java/org/columba/calendar/store/LocalXMLFileStore.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
67
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/calendar/src/main/java/org/columba/calendar/store/LocalXMLFileStore.java

catch (JDOMException
       e) {
  throw new StoreException(e);
}
catch (IOException
       e) {
  throw new StoreException(e);
}


First
Previous
Clone Instance
2
Line Count
4
Source Line
91
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/calendar/src/main/java/org/columba/calendar/store/LocalXMLFileStore.java

catch (FileNotFoundException
       e) {
  throw new StoreException(e);
}
catch (IOException
       e) {
  throw new StoreException(e);
}


Clone AbstractionParameter Count: 1Parameter Bindings

catch ( [[#variable131d4420]]
       e) {
  throw new StoreException(e);
}
catch (IOException
       e) {
  throw new StoreException(e);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#131d4420]]
JDOMException 
12[[#131d4420]]
FileNotFoundException