CloneSet767


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

catch (Exception
       ex) {
  // If failed to process document, must delete target document,
  // or it will not attempt to process it the second time
  log("Failed to process " + inFile, Project.MSG_INFO);
  if (outF != null) {
    outF.delete();
  }
  throw new BuildException(ex);
}


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

catch (Exception
       ex) {
  log("Failed to process " + inFile, Project.MSG_INFO);
  if (outFile != null) {
    outFile.delete();
  }
  throw new BuildException(ex);
}


Clone AbstractionParameter Count: 1Parameter Bindings

catch (Exception
       ex) {
  // If failed to process document, must delete target document,
  // or it will not attempt to process it the second time
  log("Failed to process " + inFile, Project.MSG_INFO);
  if ( [[#variable1309cc80]]!= null) {
     [[#variable1309cc80]].delete();
  }
  throw new BuildException(ex);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1309cc80]]
outF 
12[[#1309cc80]]
outFile