CloneSet876


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.957catch_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14567
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Replace.java
24571
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Replace.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
567
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Replace.java

catch (FileNotFoundException
       e) {
  String message = "Property file (" + propertyFile.getPath() + ") not found.";
  throw new BuildException(message);
}


First
Previous
Clone Instance
2
Line Count
4
Source Line
571
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Replace.java

catch (IOException
       e) {
  String message = "Property file (" + propertyFile.getPath() + ") cannot be loaded.";
  throw new BuildException(message);
}


Clone AbstractionParameter Count: 2Parameter Bindings

catch ( [[#variable130e9260]]
       e) {
  String message = "Property file (" + propertyFile.getPath() +  [[#variable130e9240]];
  throw new BuildException(message);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#130e9260]]
FileNotFoundException 
12[[#130e9260]]
IOException 
21[[#130e9240]]
") not found." 
22[[#130e9240]]
") cannot be loaded."