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.952 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 1955 | src/NHibernate/Impl/SessionImpl.cs |
2 | 5 | 153 | src/NHibernate/Loader/Custom/Sql/SQLQueryReturnProcessor.cs |
| ||||
if (persister == null) { throw new MappingException("class persister is not OuterJoinLoadable: " + entityName); } return persister; |
| ||||
if (persisterAsSqlLoadable == null) { throw new MappingException("class persister is not ISqlLoadable: " + entityName); } return persisterAsSqlLoadable; |
| |||
if ( [[#variable545b25a0]]== null) { throw new MappingException( [[#variable545b2be0]]+ entityName); } return [[#variable545b25a0]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#545b25a0]] | persister |
1 | 2 | [[#545b25a0]] | persisterAsSqlLoadable |
2 | 1 | [[#545b2be0]] | "class persister is not OuterJoinLoadable: " |
2 | 2 | [[#545b2be0]] | "class persister is not ISqlLoadable: " |