CloneSet1550


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8220.966class_member_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18234
src/NHibernate/Impl/StatelessSessionImpl.cs
28244
src/NHibernate/Impl/StatelessSessionImpl.cs
Clone Instance
1
Line Count
8
Source Line
234
Source File
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();
                }



Clone Instance
2
Line Count
8
Source Line
244
Source File
src/NHibernate/Impl/StatelessSessionImpl.cs

                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();
                }



Clone AbstractionParameter Count: 2Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2b89f7e0]]
IList 
12[[#2b89f7e0]]
IEnumerable 
21[[#2b89f780]]
ListFilter 
22[[#2b89f780]]
EnumerableFilter