Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 4 | 2 | 0.951 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 112 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/TaskAdapter.java |
2 | 4 | 127 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/TaskAdapter.java |
3 | 3 | 137 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/TaskAdapter.java |
4 | 3 | 149 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/TypeAdapterTest.java |
| |||||
catch (Exception ex) { log("Error setting location in " + proxy.getClass(), Project.MSG_ERR); throw new BuildException(ex); } |
| |||||
catch (Exception ex) { log("Error setting project in " + proxy.getClass(), Project.MSG_ERR); throw new BuildException(ex); } |
| |||||
catch (Exception ex) { log("Error in " + proxy.getClass(), Project.MSG_VERBOSE); throw new BuildException(ex); } |
| |||||
catch (Exception ex) { log("Error in " + proxy.getClass(), Project.MSG_ERR); throw new BuildException(ex); } |
| |||
catch (Exception ex) { log( [[#variable13105220]] + proxy.getClass(), Project. [[#variable13105180]]); throw new BuildException(ex); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13105220]] | "Error setting location in " |
1 | 2 | [[#13105220]] | "Error setting project in " |
1 | 3 | [[#13105220]] | "Error in " |
1 | 4 | [[#13105220]] | "Error in " |
2 | 1 | [[#13105180]] | MSG_ERR |
2 | 2 | [[#13105180]] | MSG_ERR |
2 | 3 | [[#13105180]] | MSG_VERBOSE |
2 | 4 | [[#13105180]] | MSG_ERR |