Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.981 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 330 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/ComponentHelper.java |
2 | 4 | 74 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/TaskAdapter.java |
| |||||
catch (NoSuchMethodException e) { final String message = "No public no-arg constructor in " + taskClass; project.log(message, Project.MSG_ERR); throw new BuildException(message); } |
| |||||
catch (NoSuchMethodException e) { final String message = "No public execute() in " + taskClass; project.log(message, Project.MSG_ERR); throw new BuildException(message); } |
| |||
catch (NoSuchMethodException e) { final String message = [[#variable1305ed20]] + taskClass; project.log(message, Project.MSG_ERR); throw new BuildException(message); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1305ed20]] | "No public no-arg constructor in " |
1 | 2 | [[#1305ed20]] | "No public execute() in " |