Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.950 | catch_statements[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 78 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/urls/URLUtilities.java |
2 | 5 | 777 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/TimeSeries.java |
| |||||
catch (InvocationTargetException e) { e.printStackTrace(); } catch (IllegalAccessException e) { e.printStackTrace(); } |
| |||||
catch (IllegalAccessException e) { e.printStackTrace(); } catch (InvocationTargetException e) { e.printStackTrace(); } |
| |||
catch ( [[#variable1a1014e0]] e) { e.printStackTrace(); } catch ( [[#variable1a101560]] e) { e.printStackTrace(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a1014e0]] | InvocationTargetException |
1 | 2 | [[#1a1014e0]] | IllegalAccessException |
2 | 1 | [[#1a101560]] | IllegalAccessException |
2 | 2 | [[#1a101560]] | InvocationTargetException |