CloneSet2915


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.984class_member_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13110
src/NHibernate/Type/AnyType.cs
23280
src/NHibernate/Type/CollectionType.cs
Clone Instance
1
Line Count
3
Source Line
110
Source File
src/NHibernate/Type/AnyType.cs

                public override object SemiResolve(object value, ISessionImplementor session, object owner)
                {
                        throw new NotSupportedException("any mappings may not form part of a property-ref");
                }



Clone Instance
2
Line Count
3
Source Line
280
Source File
src/NHibernate/Type/CollectionType.cs

                public override object SemiResolve(object value, ISessionImplementor session, object owner)
                {
                        throw new NotSupportedException("collection mappings may not form part of a property-ref");
                }



Clone AbstractionParameter Count: 1Parameter Bindings

public override object SemiResolve(object value, ISessionImplementor session, object owner)
{
   throw new NotSupportedException( [[#variable6e6543e0]]);
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6e6543e0]]
"any mappings may not form part of a property-ref" 
12[[#6e6543e0]]
"collection mappings may not form part of a property-ref"