Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 0 | 1.000 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 117 | src/NHibernate/Id/Enhanced/TableStructure.cs |
2 | 6 | 231 | 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); } |
| ||||
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); } |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |