CloneSet174


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3510.980catch_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1383
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/BUnzip2.java
2351
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/BZip2.java
3371
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/GUnzip.java
4345
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/GZip.java
53307
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Tar.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
83
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/BUnzip2.java

catch (IOException
       ioe) {
  String msg = "Problem expanding bzip2 " + ioe.getMessage();
  throw new BuildException(msg, ioe, getLocation());
}


Next
Previous
Clone Instance
2
Line Count
3
Source Line
51
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/BZip2.java

catch (IOException
       ioe) {
  String msg = "Problem creating bzip2 " + ioe.getMessage();
  throw new BuildException(msg, ioe, getLocation());
}


Next
Previous
Clone Instance
3
Line Count
3
Source Line
71
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/GUnzip.java

catch (IOException
       ioe) {
  String msg = "Problem expanding gzip " + ioe.getMessage();
  throw new BuildException(msg, ioe, getLocation());
}


Next
Previous
Clone Instance
4
Line Count
3
Source Line
45
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/GZip.java

catch (IOException
       ioe) {
  String msg = "Problem creating gzip " + ioe.getMessage();
  throw new BuildException(msg, ioe, getLocation());
}


First
Previous
Clone Instance
5
Line Count
3
Source Line
307
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Tar.java

catch (IOException
       ioe) {
  String msg = "Problem creating TAR: " + ioe.getMessage();
  throw new BuildException(msg, ioe, getLocation());
}


Clone AbstractionParameter Count: 1Parameter Bindings

catch (IOException
       ioe) {
  String msg = [[#variable131871a0]] + ioe.getMessage();
  throw new BuildException(msg, ioe, getLocation());
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#131871a0]]
"Problem expanding bzip2 " 
12[[#131871a0]]
"Problem creating bzip2 " 
13[[#131871a0]]
"Problem expanding gzip " 
14[[#131871a0]]
"Problem creating gzip " 
15[[#131871a0]]
"Problem creating TAR: "