CloneSet1623


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000statement_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16117
src/NHibernate/Id/Enhanced/TableStructure.cs
26231
src/NHibernate/Id/TableGenerator.cs
Clone Instance
1
Line Count
6
Source Line
117
Source File
src/NHibernate/Id/Enhanced/TableStructure.cs

                                        rs = qps.ExecuteReader();
                                        if ( !rs.Read())
                                        {
                                                string err = "could not read a hi value - you need to populate the table: " + tableName;
                                                log.Error(err);
                                                throw new IdentifierGenerationException(err);
                                        }


Clone Instance
2
Line Count
6
Source Line
231
Source File
src/NHibernate/Id/TableGenerator.cs

                                        rs = qps.ExecuteReader();
                                        if ( !rs.Read())
                                        {
                                                string err = "could not read a hi value - you need to populate the table: " + tableName;
                                                log.Error(err);
                                                throw new IdentifierGenerationException(err);
                                        }


Clone AbstractionParameter Count: 0Parameter Bindings

rs = qps.ExecuteReader();
if ( !rs.Read())
{
   string err = "could not read a hi value - you need to populate the table: " + tableName;
   log.Error(err);
   throw new IdentifierGenerationException(err);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None