CloneSet326


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

catch (IllegalAccessException
       e) {
  e.printStackTrace();
}
catch (InvocationTargetException
       e) {
  Throwable t = e.getTargetException();
  if (t != null && t.getClass() == IllegalStateException.class ) {
    // shutdown already is in progress
    running = true;
  }
  else {
    e.printStackTrace();
  }
}


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

catch (IllegalAccessException
       e) {
  e.printStackTrace();
}
catch (InvocationTargetException
       e) {
  Throwable t = e.getTargetException();
  if (t != null && t.getClass() == IllegalStateException.class ) {
    // shutdown already is in progress
    running = true;
  }
  else {
    e.printStackTrace();
  }
}


Clone AbstractionParameter Count: 0Parameter Bindings

catch (IllegalAccessException
       e) {
  e.printStackTrace();
}
catch (InvocationTargetException
       e) {
  Throwable t = e.getTargetException();
  if (t != null && t.getClass() == IllegalStateException.class ) {
    // shutdown already is in progress
    running = true;
  }
  else {
    e.printStackTrace();
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None