Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 4 | 2 | 0.950 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 100 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/scripting/interpreter/GroovyInterpreter.java |
2 | 3 | 104 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/scripting/interpreter/GroovyInterpreter.java |
3 | 5 | 108 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/scripting/interpreter/GroovyInterpreter.java |
4 | 5 | 114 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/scripting/interpreter/GroovyInterpreter.java |
| |||||
catch (CompilationFailedException e) { logger.append(String.format("Failed compilation of %s", script.getPath()), e); } |
| |||||
catch (IOException e) { logger.append(String.format("I/O Exception in %s", script.getPath()), e); } |
| |||||
catch (IllegalAccessException e) { logger.append(String.format("IllegalAccessException when calling main in %s", script.getPath()), e); } |
| |||||
catch (InvocationTargetException e) { logger.append(String.format("InvocationTargetException when calling main in %s", script.getPath()), e); } |
| |||
catch ( [[#variable1305c860]] e) { logger.append(String.format( [[#variable1305c660]], script.getPath()), e); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1305c860]] | CompilationFailedException |
1 | 2 | [[#1305c860]] | IOException |
1 | 3 | [[#1305c860]] | IllegalAccessException |
1 | 4 | [[#1305c860]] | InvocationTargetException |
2 | 1 | [[#1305c660]] | "Failed compilation of %s" |
2 | 2 | [[#1305c660]] | "I/O Exception in %s" |
2 | 3 | [[#1305c660]] | "IllegalAccessException when calling main in %s" |
2 | 4 | [[#1305c660]] | "InvocationTargetException when calling main in %s" |