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.957 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 567 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Replace.java |
2 | 4 | 571 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Replace.java |
| |||||
catch (FileNotFoundException e) { String message = "Property file (" + propertyFile.getPath() + ") not found."; throw new BuildException(message); } |
| |||||
catch (IOException e) { String message = "Property file (" + propertyFile.getPath() + ") cannot be loaded."; throw new BuildException(message); } |
| |||
catch ( [[#variable130e9260]] e) { String message = "Property file (" + propertyFile.getPath() + [[#variable130e9240]]; throw new BuildException(message); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130e9260]] | FileNotFoundException |
1 | 2 | [[#130e9260]] | IOException |
2 | 1 | [[#130e9240]] | ") not found." |
2 | 2 | [[#130e9240]] | ") cannot be loaded." |