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.973 | specific_catch_clause |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 56 | src/NHibernate/Cfg/XmlHbmBinding/AuxiliaryDatabaseObjectFactory.cs |
2 | 4 | 61 | src/NHibernate/Cfg/XmlHbmBinding/AuxiliaryDatabaseObjectFactory.cs |
| ||||
catch (TypeLoadException exception) { throw new MappingException(string.Format("Could not locate custom database object class [{0}].", customTypeName), exception); } |
| ||||
catch (Exception exception) { throw new MappingException( string.Format("Could not instantiate custom database object class [{0}].", customTypeName), exception); } |
| |||
catch ( [[#variable65292ca0]]exception) { throw new MappingException(string.Format( [[#variable65292c00]], customTypeName), exception); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#65292ca0]] | TypeLoadException |
1 | 2 | [[#65292ca0]] | Exception |
2 | 1 | [[#65292c00]] | "Could not locate custom database object class [{0}]." |
2 | 2 | [[#65292c00]] | "Could not instantiate custom database object class [{0}]." |