Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.974 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 785 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Java.java |
2 | 6 | 181 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Patch.java |
| |||||
try { exe.spawn(); } catch (IOException e) { throw new BuildException(e, getLocation()); } |
| |||||
try { exe.execute(); } catch (IOException e) { throw new BuildException(e, getLocation()); } |
| |||
try { exe. [[#variable1122c960]](); } catch (IOException e) { throw new BuildException(e, getLocation()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1122c960]] | spawn |
1 | 2 | [[#1122c960]] | execute |