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.971 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 152 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/Rpm.java |
2 | 9 | 165 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/Rpm.java |
| |||||
{ try { BufferedOutputStream bos = new BufferedOutputStream(new FileOutputStream(output)); outputstream = new PrintStream(bos); } catch (IOException e) { throw new BuildException(e, getLocation()); } } |
| |||||
{ try { BufferedOutputStream bos = new BufferedOutputStream(new FileOutputStream(error)); errorstream = new PrintStream(bos); } catch (IOException e) { throw new BuildException(e, getLocation()); } } |
| |||
{ try { BufferedOutputStream bos = new BufferedOutputStream(new FileOutputStream( [[#variable131685e0]])); [[#variable13168520]]= new PrintStream(bos); } catch (IOException e) { throw new BuildException(e, getLocation()); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#131685e0]] | output |
1 | 2 | [[#131685e0]] | error |
2 | 1 | [[#13168520]] | outputstream |
2 | 2 | [[#13168520]] | errorstream |