CloneSet627


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
17201.000block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
191038
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/XMLCatalog.java
2171047
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/XMLCatalog.java
Next
Last
Clone Instance
1
Line Count
9
Source Line
1038
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/XMLCatalog.java

{
  try {
    result = (SAXSource) resolve.invoke(resolverImpl, new Object[] {
                                                                     href,
                                                                     base
                                                                   } );
  }
  catch (Exception
         ex) {
    throw new BuildException(ex);
  }
}


First
Previous
Clone Instance
2
Line Count
17
Source Line
1047
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/XMLCatalog.java

{
  //
  // We didn't match a ResourceLocation, but since we
  // only support PUBLIC and URI entry types internally,
  // it is still possible that there is another entry in
  // an external catalog that will match.  We call
  // Apache resolver's resolveEntity method to cover
  // this possibility.
  //
  try {
    result = (SAXSource) resolve.invoke(resolverImpl, new Object[] {
                                                                     href,
                                                                     base
                                                                   } );
  }
  catch (Exception
         ex) {
    throw new BuildException(ex);
  }
}


Clone AbstractionParameter Count: 0Parameter Bindings

{
  //
  // We didn't match a ResourceLocation, but since we
  // only support PUBLIC and URI entry types internally,
  // it is still possible that there is another entry in
  // an external catalog that will match.  We call
  // Apache resolver's resolveEntity method to cover
  // this possibility.
  //
  try {
    result = (SAXSource) resolve.invoke(resolverImpl, new Object[] {
                                                                     href,
                                                                     base
                                                                   } );
  }
  catch (Exception
         ex) {
    throw new BuildException(ex);
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None