Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 5 | 2 | 0.957 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 83 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/config/XmlConfig.java |
2 | 4 | 101 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/config/XmlConfig.java |
3 | 4 | 121 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/config/XmlConfig.java |
4 | 4 | 125 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/config/XmlConfig.java |
5 | 4 | 142 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/config/XmlConfig.java |
| |||||
catch (IOException e) { LOG.severe(e.getMessage()); throw new StoreException("could not create initial configuration file at: " + xmlFile.getAbsolutePath(), e); } |
| |||||
catch (FileNotFoundException e) { LOG.severe(e.getMessage()); throw new StoreException("could not load configuration file at: " + xmlFile.getAbsolutePath(), e); } |
| |||||
catch (JDOMException e) { LOG.severe(e.getMessage()); throw new StoreException("could not parse configuration file at: " + xmlFile.getAbsolutePath(), e); } |
| |||||
catch (IOException e) { LOG.severe(e.getMessage()); throw new StoreException("could not parse configuration file at: " + xmlFile.getAbsolutePath(), e); } |
| |||||
catch (IOException e) { LOG.severe(e.getMessage()); throw new StoreException("could not store configuration file at: " + xmlFile.getAbsolutePath(), e); } |
| |||
catch ( [[#variable13284560]] e) { LOG.severe(e.getMessage()); throw new StoreException( [[#variable13284500]] + xmlFile.getAbsolutePath(), e); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13284560]] | IOException |
1 | 2 | [[#13284560]] | FileNotFoundException |
1 | 3 | [[#13284560]] | JDOMException |
1 | 4 | [[#13284560]] | IOException |
1 | 5 | [[#13284560]] | IOException |
2 | 1 | [[#13284500]] | "could not create initial configuration file at: " |
2 | 2 | [[#13284500]] | "could not load configuration file at: " |
2 | 3 | [[#13284500]] | "could not parse configuration file at: " |
2 | 4 | [[#13284500]] | "could not parse configuration file at: " |
2 | 5 | [[#13284500]] | "could not store configuration file at: " |