Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.975 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 974 | src/NHibernate/Impl/StatelessSessionImpl.cs |
2 | 4 | 980 | src/NHibernate/Impl/StatelessSessionImpl.cs |
| ||||
public override FutureCriteriaBatch FutureCriteriaBatch { get { throw new System.NotSupportedException("future queries are not supported for stateless session"); } internal set { throw new System.NotSupportedException("future queries are not supported for stateless session"); } } |
| ||||
public override FutureQueryBatch FutureQueryBatch { get { throw new System.NotSupportedException("future queries are not supported for stateless session"); } internal set { throw new System.NotSupportedException("future queries are not supported for stateless session"); } } |
| |||
public override [[#variable573fa840]] [[#variable573fa840]] { get { throw new System.NotSupportedException("future queries are not supported for stateless session"); } internal set { throw new System.NotSupportedException("future queries are not supported for stateless session"); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#573fa840]] | FutureCriteriaBatch |
1 | 2 | [[#573fa840]] | FutureQueryBatch |