CloneSet2221


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5220.976statement_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16425
src/NHibernate/Dialect/Dialect.cs
25500
src/NHibernate/Dialect/Dialect.cs
Clone Instance
1
Line Count
6
Source Line
425
Source File
src/NHibernate/Dialect/Dialect.cs

                        if (result == null)
                        {
                                throw new HibernateException(string.Format("No default type mapping for SqlType {0}", sqlType));
                        }

                        return result;


Clone Instance
2
Line Count
5
Source Line
500
Source File
src/NHibernate/Dialect/Dialect.cs

                        if (result == null)
                        {
                                throw new HibernateException(string.Format("No Hibernate type mapping for java.sql.Types code: {0}", code));
                        }
                        return result;


Clone AbstractionParameter Count: 2Parameter Bindings

if (result == null)
{
   throw new HibernateException(string.Format( [[#variable54de3320]], [[#variable54de3800]]));
}
return result;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#54de3320]]
"No Hibernate type mapping for java.sql.Types code: {0}" 
12[[#54de3320]]
"No default type mapping for SqlType {0}" 
21[[#54de3800]]
code 
22[[#54de3800]]
sqlType