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.953 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 764 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Jar.java |
2 | 4 | 897 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Zip.java |
| |||||
catch (IOException ioe) { throw new BuildException("Could not create almost empty JAR archive" + " (" + ioe.getMessage() + ")", ioe, getLocation()); } |
| |||||
catch (IOException ioe) { throw new BuildException("Could not create empty ZIP archive " + "(" + ioe.getMessage() + ")", ioe, getLocation()); } |
| |||
catch (IOException ioe) { throw new BuildException( [[#variable130fd960]] + [[#variable130fd8e0]] + ioe.getMessage() + ")", ioe, getLocation()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130fd960]] | "Could not create almost empty JAR archive" |
1 | 2 | [[#130fd960]] | "Could not create empty ZIP archive " |
2 | 1 | [[#130fd8e0]] | " (" |
2 | 2 | [[#130fd8e0]] | "(" |