Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 2 | 0.977 | catch_statements |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 85 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/rmic/SunRmic.java |
2 | 8 | 78 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/rmic/WLRmic.java |
| |||||
catch (ClassNotFoundException ex) { throw new BuildException(ERROR_NO_RMIC_ON_CLASSPATH, getRmic().getLocation()); } catch (Exception ex) { if (ex instanceof BuildException) { throw (BuildException) ex; } else { throw new BuildException(ERROR_RMIC_FAILED, ex, getRmic().getLocation()); } } |
| |||||
catch (ClassNotFoundException ex) { throw new BuildException(ERROR_NO_WLRMIC_ON_CLASSPATH, getRmic().getLocation()); } catch (Exception ex) { if (ex instanceof BuildException) { throw (BuildException) ex; } else { throw new BuildException(ERROR_WLRMIC_FAILED, ex, getRmic().getLocation()); } } |
| |||
catch (ClassNotFoundException ex) { throw new BuildException( [[#variable100d42a0]], getRmic().getLocation()); } catch (Exception ex) { if (ex instanceof BuildException) { throw (BuildException) ex; } else { throw new BuildException( [[#variable100d41c0]], ex, getRmic().getLocation()); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#100d42a0]] | ERROR_NO_RMIC_ON_CLASSPATH |
1 | 2 | [[#100d42a0]] | ERROR_NO_WLRMIC_ON_CLASSPATH |
2 | 1 | [[#100d41c0]] | ERROR_RMIC_FAILED |
2 | 2 | [[#100d41c0]] | ERROR_WLRMIC_FAILED |