Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 2 | 0.966 | class_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 234 | src/NHibernate/Impl/StatelessSessionImpl.cs |
2 | 8 | 244 | src/NHibernate/Impl/StatelessSessionImpl.cs |
| ||||
public override IList ListFilter(object collection, string filter, QueryParameters parameters) { throw new NotSupportedException(); } public override IList<T> ListFilter<T>(object collection, string filter, QueryParameters parameters) { throw new NotSupportedException(); } |
| ||||
public override IEnumerable EnumerableFilter(object collection, string filter, QueryParameters parameters) { throw new NotSupportedException(); } public override IEnumerable<T> EnumerableFilter<T>(object collection, string filter, QueryParameters parameters) { throw new NotSupportedException(); } |
| |||
public override [[#variable2b89f7e0]] [[#variable2b89f780]](object collection, string filter, QueryParameters parameters) { throw new NotSupportedException(); } public override [[#variable2b89f7e0]]<T> [[#variable2b89f780]]<T>(object collection, string filter, QueryParameters parameters) { throw new NotSupportedException(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2b89f7e0]] | IList |
1 | 2 | [[#2b89f7e0]] | IEnumerable |
2 | 1 | [[#2b89f780]] | ListFilter |
2 | 2 | [[#2b89f780]] | EnumerableFilter |