Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 2 | 0.950 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 71 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/scripting/interpreter/BshInterpreter.java |
2 | 3 | 75 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/scripting/interpreter/BshInterpreter.java |
3 | 3 | 79 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/scripting/interpreter/BshInterpreter.java |
| |||||
catch (FileNotFoundException ex) { logger.append(String.format("File %s not found", script.getPath()), ex); } |
| |||||
catch (IOException ex) { logger.append(String.format("IOException in %s", script.getPath()), ex); } |
| |||||
catch (EvalError ex) { logger.append(String.format("Failed to process script %s", script.getPath()), ex); } |
| |||
catch ( [[#variable1310f880]] ex) { logger.append(String.format( [[#variable1310f7e0]], script.getPath()), ex); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1310f880]] | FileNotFoundException |
1 | 2 | [[#1310f880]] | IOException |
1 | 3 | [[#1310f880]] | EvalError |
2 | 1 | [[#1310f7e0]] | "File %s not found" |
2 | 2 | [[#1310f7e0]] | "IOException in %s" |
2 | 3 | [[#1310f7e0]] | "Failed to process script %s" |