CloneSet1178


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000catch_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
161186
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/IntrospectionHelper.java
261221
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/IntrospectionHelper.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
1186
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/IntrospectionHelper.java

catch (IllegalArgumentException
       ex) {
  if (polyType != null) {
    throw new BuildException("Invalid type used " + polyType);
  }
  throw ex;
}


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

catch (IllegalArgumentException
       ex) {
  if (polyType != null) {
    throw new BuildException("Invalid type used " + polyType);
  }
  throw ex;
}


Clone AbstractionParameter Count: 0Parameter Bindings

catch (IllegalArgumentException
       ex) {
  if (polyType != null) {
    throw new BuildException("Invalid type used " + polyType);
  }
  throw ex;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None