Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.974 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 540 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/update/gui/installer/ArtifactInstallerImpl.java |
2 | 4 | 588 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/update/gui/installer/ArtifactInstallerImpl.java |
| |||||
catch (IOException e) { result = false; s_log.error("Unexpected exception: " + e.getMessage(), e); } |
| |||||
catch (IOException e) { result = false; s_log.error("installNewReleaseXmlFile: unexpected exception - " + e.getMessage(), e); } |
| |||
catch (IOException e) { result = false; s_log.error( [[#variable1ca0ba40]] + e.getMessage(), e); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ca0ba40]] | "Unexpected exception: " |
1 | 2 | [[#1ca0ba40]] | "installNewReleaseXmlFile: unexpected exception - " |