Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
16 | 2 | 3 | 0.959 | catch_statements |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 16 | 470 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/XMLValidateTask.java |
2 | 16 | 505 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/XMLValidateTask.java |
| |||||
catch (SAXNotRecognizedException e) { throw new BuildException("Parser " + xmlReader.getClass().getName() + " doesn\'t recognize feature " + feature, e, getLocation()); } catch (SAXNotSupportedException e) { throw new BuildException("Parser " + xmlReader.getClass().getName() + " doesn\'t support feature " + feature, e, getLocation()); } |
| |||||
catch (SAXNotRecognizedException e) { throw new BuildException("Parser " + xmlReader.getClass().getName() + " doesn\'t recognize property " + name, e, getLocation()); } catch (SAXNotSupportedException e) { throw new BuildException("Parser " + xmlReader.getClass().getName() + " doesn\'t support property " + name, e, getLocation()); } |
| |||
catch (SAXNotRecognizedException e) { throw new BuildException("Parser " + xmlReader.getClass().getName() + [[#variable10118440]] + [[#variable10118420]], e, getLocation()); } catch (SAXNotSupportedException e) { throw new BuildException("Parser " + xmlReader.getClass().getName() + [[#variable101183c0]] + [[#variable10118420]], e, getLocation()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#10118440]] | " doesn\'t recognize feature " |
1 | 2 | [[#10118440]] | " doesn\'t recognize property " |
2 | 1 | [[#10118420]] | feature |
2 | 2 | [[#10118420]] | name |
3 | 1 | [[#101183c0]] | " doesn\'t support feature " |
3 | 2 | [[#101183c0]] | " doesn\'t support property " |