Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.979 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 251 | E:/TSE/Projects-CloneDR/sql12/plugins/oracle/src/net/sourceforge/squirrel_sql/plugins/oracle/types/OracleXmlTypeDataTypeComponent.java |
2 | 6 | 259 | E:/TSE/Projects-CloneDR/sql12/plugins/oracle/src/net/sourceforge/squirrel_sql/plugins/oracle/types/OracleXmlTypeDataTypeComponent.java |
| |||||
catch ( final SecurityException e) { if (s_log.isDebugEnabled()) { s_log.debug("getCreateXmlMethod: unable to get method named createXML in class " + "oracle.xdb.XMLType: " + e.getMessage(), e); } } |
| |||||
catch ( final NoSuchMethodException e) { if (s_log.isDebugEnabled()) { s_log.debug("getCreateXmlMethod: unable to get method named createXML in class " + "oracle.xdb.XMLType: " + e.getMessage(), e); } } |
| |||
catch ( final [[#variable1c95d420]] e) { if (s_log.isDebugEnabled()) { s_log.debug("getCreateXmlMethod: unable to get method named createXML in class " + "oracle.xdb.XMLType: " + e.getMessage(), e); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c95d420]] | SecurityException |
1 | 2 | [[#1c95d420]] | NoSuchMethodException |