Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.967 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 599 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Manifest.java |
2 | 2 | 851 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Manifest.java |
| |||||
if (attribute.getName() == null || attribute.getValue() == null) { throw new BuildException("Attributes must have name and value"); } |
| |||||
if (attribute.getKey() == null || attribute.getValue() == null) { throw new BuildException("Attributes must have name and value"); } |
| |||
if (attribute. [[#variable112b45c0]]() == null || attribute.getValue() == null) { throw new BuildException("Attributes must have name and value"); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#112b45c0]] | getName |
1 | 2 | [[#112b45c0]] | getKey |