Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.955 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 325 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/io/DiskIO.java |
2 | 4 | 371 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/io/DiskIO.java |
| |||||
catch (IOException e) { LOG.info("*** error during file copy " + outputFile.getAbsolutePath() + ": " + e.getMessage()); throw e; } |
| |||||
catch (IOException e) { LOG.severe("*** error during resource file copy " + outputFile.getAbsolutePath() + ": " + e.getMessage()); throw e; } |
| |||
catch (IOException e) { LOG. [[#variable131bf500]]( [[#variable131bf460]] + outputFile.getAbsolutePath() + ": " + e.getMessage()); throw e; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#131bf500]] | info |
1 | 2 | [[#131bf500]] | severe |
2 | 1 | [[#131bf460]] | "*** error during file copy " |
2 | 2 | [[#131bf460]] | "*** error during resource file copy " |