Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.976 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 425 | src/NHibernate/Dialect/Dialect.cs |
2 | 5 | 500 | src/NHibernate/Dialect/Dialect.cs |
| ||||
if (result == null) { throw new HibernateException(string.Format("No default type mapping for SqlType {0}", sqlType)); } return result; |
| ||||
if (result == null) { throw new HibernateException(string.Format("No Hibernate type mapping for java.sql.Types code: {0}", code)); } return result; |
| |||
if (result == null) { throw new HibernateException(string.Format( [[#variable54de3320]], [[#variable54de3800]])); } return result; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54de3320]] | "No Hibernate type mapping for java.sql.Types code: {0}" |
1 | 2 | [[#54de3320]] | "No default type mapping for SqlType {0}" |
2 | 1 | [[#54de3800]] | code |
2 | 2 | [[#54de3800]] | sqlType |