Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.977 | catch_statements |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 67 | E:/TSE/Projects-CloneDR/columba-1.4-src/calendar/src/main/java/org/columba/calendar/store/LocalXMLFileStore.java |
2 | 4 | 91 | 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); } |
| |||||
catch (FileNotFoundException e) { throw new StoreException(e); } catch (IOException e) { throw new StoreException(e); } |
| |||
catch ( [[#variable131d4420]] e) { throw new StoreException(e); } catch (IOException e) { throw new StoreException(e); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#131d4420]] | JDOMException |
1 | 2 | [[#131d4420]] | FileNotFoundException |