Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.984 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 110 | src/NHibernate/Type/AnyType.cs |
2 | 3 | 280 | src/NHibernate/Type/CollectionType.cs |
| ||||
public override object SemiResolve(object value, ISessionImplementor session, object owner) { throw new NotSupportedException("any mappings may not form part of a property-ref"); } |
| ||||
public override object SemiResolve(object value, ISessionImplementor session, object owner) { throw new NotSupportedException("collection mappings may not form part of a property-ref"); } |
| |||
public override object SemiResolve(object value, ISessionImplementor session, object owner) { throw new NotSupportedException( [[#variable6e6543e0]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6e6543e0]] | "any mappings may not form part of a property-ref" |
1 | 2 | [[#6e6543e0]] | "collection mappings may not form part of a property-ref" |