Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.955 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 508 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ReplaceRegExp.java |
2 | 4 | 532 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ReplaceRegExp.java |
| |||||
catch (IOException e) { log("An error occurred processing file: \'" + file.getAbsolutePath() + "\': " + e.toString(), Project.MSG_ERR); } |
| |||||
catch (Exception e) { log("An error occurred processing file: \'" + f.getAbsolutePath() + "\': " + e.toString(), Project.MSG_ERR); } |
| |||
catch ( [[#variable130d7500]] e) { log("An error occurred processing file: \'" + [[#variable130d7460]].getAbsolutePath() + "\': " + e.toString(), Project.MSG_ERR); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130d7500]] | IOException |
1 | 2 | [[#130d7500]] | Exception |
2 | 1 | [[#130d7460]] | file |
2 | 2 | [[#130d7460]] | f |