Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 2 | 0.952 | catch_statements[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1182 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/IntrospectionHelper.java |
2 | 4 | 1217 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/IntrospectionHelper.java |
3 | 4 | 119 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/resolver/ApacheCatalogResolver.java |
| |||||
catch (IllegalAccessException ex) { throw new BuildException(ex); } catch (InstantiationException ex) { throw new BuildException(ex); } |
| |||||
catch (IllegalAccessException ex) { throw new BuildException(ex); } catch (InstantiationException ex) { throw new BuildException(ex); } |
| |||||
catch (MalformedURLException ex) { throw new BuildException(ex); } catch (IOException ex) { throw new BuildException(ex); } |
| |||
catch ( [[#variable13011660]] ex) { throw new BuildException(ex); } catch ( [[#variable13011640]] ex) { throw new BuildException(ex); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13011660]] | IllegalAccessException |
1 | 2 | [[#13011660]] | IllegalAccessException |
1 | 3 | [[#13011660]] | MalformedURLException |
2 | 1 | [[#13011640]] | InstantiationException |
2 | 2 | [[#13011640]] | InstantiationException |
2 | 3 | [[#13011640]] | IOException |