Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
17 | 2 | 0 | 1.000 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 1038 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/XMLCatalog.java |
2 | 17 | 1047 | 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); } } |
| |||||
{ // // 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); } } |
| |||
{ // // 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |