Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.977 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 602 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/vss/MSVSS.java |
2 | 3 | 610 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/vss/MSVSS.java |
| |||||
catch (ParseException ex) { String msg = "Error parsing date: " + toDate; throw new BuildException(msg, getLocation()); } |
| |||||
catch (ParseException ex) { String msg = "Error parsing date: " + fromDate; throw new BuildException(msg, getLocation()); } |
| |||
catch (ParseException ex) { String msg = "Error parsing date: " + [[#variable130fd0a0]]; throw new BuildException(msg, getLocation()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130fd0a0]] | toDate |
1 | 2 | [[#130fd0a0]] | fromDate |