Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.975 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 274 | E:/TSE/Projects-CloneDR/sql12/plugins/oracle/src/net/sourceforge/squirrel_sql/plugins/oracle/types/OracleXmlTypeDataTypeComponent.java |
2 | 5 | 280 | E:/TSE/Projects-CloneDR/sql12/plugins/oracle/src/net/sourceforge/squirrel_sql/plugins/oracle/types/OracleXmlTypeDataTypeComponent.java |
| |||||
catch ( final SecurityException e) { s_log.error("getCreateXmlMethod: Unable to get method named createXml or createXML in class " + "oracle.xdb.XMLType: " + e.getMessage(), e); throw e; } |
| |||||
catch ( final NoSuchMethodException e) { s_log.error("getCreateXmlMethod: Unable to get method named createXml or createXML in class " + "oracle.xdb.XMLType: " + e.getMessage(), e); throw e; } |
| |||
catch ( final [[#variable1c9f5100]] e) { s_log.error("getCreateXmlMethod: Unable to get method named createXml or createXML in class " + "oracle.xdb.XMLType: " + e.getMessage(), e); throw e; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c9f5100]] | SecurityException |
1 | 2 | [[#1c9f5100]] | NoSuchMethodException |