Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 1 | 0.976 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 49 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/cvslib/RedirectingStreamHandler.java |
2 | 10 | 59 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/LogStreamHandler.java |
| |||||
public void stop() { super.stop(); try { getErr().close(); getOut().close(); } catch ( final IOException e) { // plain impossible throw new BuildException(e); } } |
| |||||
/** * Stop the log stream handler. */ public void stop() { super.stop(); try { getErr().close(); getOut().close(); } catch (IOException e) { // plain impossible throw new BuildException(e); } } |
| |||
/** * Stop the log stream handler. */ public void stop() { super.stop(); try { getErr().close(); getOut().close(); } catch ( [[#variable1300eaa0]] IOException e) { // plain impossible throw new BuildException(e); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1300eaa0]] | final |
1 | 2 | [[#1300eaa0]] |