CloneSet501


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9220.971block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19152
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/Rpm.java
29165
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/Rpm.java
Next
Last
Clone Instance
1
Line Count
9
Source Line
152
Source File
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());
  }
}


First
Previous
Clone Instance
2
Line Count
9
Source Line
165
Source File
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(error));
    errorstream = new PrintStream(bos);
  }
  catch (IOException
         e) {
    throw new BuildException(e, getLocation());
  }
}


Clone AbstractionParameter Count: 2Parameter Bindings

{
  try {
    BufferedOutputStream bos = new BufferedOutputStream(new FileOutputStream( [[#variable131685e0]]));
     [[#variable13168520]]= new PrintStream(bos);
  }
  catch (IOException
         e) {
    throw new BuildException(e, getLocation());
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#131685e0]]
output 
12[[#131685e0]]
error 
21[[#13168520]]
outputstream 
22[[#13168520]]
errorstream