Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 5 | 2 | 0.957 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 186 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/association/AssociationStore.java |
2 | 3 | 189 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/association/AssociationStore.java |
3 | 3 | 192 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/association/AssociationStore.java |
4 | 3 | 195 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/association/AssociationStore.java |
5 | 3 | 326 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/association/AssociationStore.java |
| |||||
catch (InstantiationException e) { LOG.severe("AssociationStore: Could not start the HSQLDB! " + e.getClass().getName() + ": " + e.getMessage()); } |
| |||||
catch (IllegalAccessException e) { LOG.severe("AssociationStore: Could not start the HSQLDB! " + e.getClass().getName() + ": " + e.getMessage()); } |
| |||||
catch (ClassNotFoundException e) { LOG.severe("AssociationStore: Could not start the HSQLDB! " + e.getClass().getName() + ": " + e.getMessage()); } |
| |||||
catch (SQLException e) { LOG.severe("AssociationStore: Could not start the HSQLDB! " + e.getClass().getName() + ": " + e.getMessage()); } |
| |||||
catch (SQLException e) { LOG.severe("AssociationStore: Could not shutdwon the database! " + e.getClass().getName() + ": " + e.getMessage()); } |
| |||
catch ( [[#variable13279c60]] e) { LOG.severe( [[#variable13279be0]] + e.getClass().getName() + ": " + e.getMessage()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13279c60]] | InstantiationException |
1 | 2 | [[#13279c60]] | IllegalAccessException |
1 | 3 | [[#13279c60]] | ClassNotFoundException |
1 | 4 | [[#13279c60]] | SQLException |
1 | 5 | [[#13279c60]] | SQLException |
2 | 1 | [[#13279be0]] | "AssociationStore: Could not start the HSQLDB! " |
2 | 2 | [[#13279be0]] | "AssociationStore: Could not start the HSQLDB! " |
2 | 3 | [[#13279be0]] | "AssociationStore: Could not start the HSQLDB! " |
2 | 4 | [[#13279be0]] | "AssociationStore: Could not start the HSQLDB! " |
2 | 5 | [[#13279be0]] | "AssociationStore: Could not shutdwon the database! " |