Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.967 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 449 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/SQLExec.java |
2 | 3 | 452 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/SQLExec.java |
| |||||
catch (IOException e) { closeQuietly(); throw new BuildException(e, getLocation()); } |
| |||||
catch (SQLException e) { closeQuietly(); throw new BuildException(e, getLocation()); } |
| |||
catch ( [[#variable112a1ca0]] e) { closeQuietly(); throw new BuildException(e, getLocation()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#112a1ca0]] | IOException |
1 | 2 | [[#112a1ca0]] | SQLException |