Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 7 | 1 | 0.979 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 743 | src/NHibernate/Type/TypeFactory.cs |
2 | 3 | 748 | src/NHibernate/Type/TypeFactory.cs |
3 | 3 | 753 | src/NHibernate/Type/TypeFactory.cs |
4 | 3 | 758 | src/NHibernate/Type/TypeFactory.cs |
5 | 3 | 763 | src/NHibernate/Type/TypeFactory.cs |
6 | 3 | 773 | src/NHibernate/Type/TypeFactory.cs |
7 | 3 | 783 | src/NHibernate/Type/TypeFactory.cs |
| ||||
public static CollectionType List(string role, string propertyRef, bool embedded) { return Instance.CollectionTypeFactory.List(role, propertyRef, embedded); } |
| ||||
public static CollectionType Bag(string role, string propertyRef, bool embedded) { return Instance.CollectionTypeFactory.Bag(role, propertyRef, embedded); } |
| ||||
public static CollectionType IdBag(string role, string propertyRef, bool embedded) { return Instance.CollectionTypeFactory.IdBag(role, propertyRef, embedded); } |
| ||||
public static CollectionType Map(string role, string propertyRef, bool embedded) { return Instance.CollectionTypeFactory.Map(role, propertyRef, embedded); } |
| ||||
public static CollectionType Set(string role, string propertyRef, bool embedded) { return Instance.CollectionTypeFactory.Set(role, propertyRef, embedded); } |
| ||||
public static CollectionType OrderedMap(string role, string propertyRef, bool embedded) { return Instance.CollectionTypeFactory.OrderedMap(role, propertyRef, embedded); } |
| ||||
public static CollectionType OrderedSet(string role, string propertyRef, bool embedded) { return Instance.CollectionTypeFactory.OrderedSet(role, propertyRef, embedded); } |
| |||
public static CollectionType [[#variable4702bca0]](string role, string propertyRef, bool embedded) { return Instance.CollectionTypeFactory. [[#variable4702bca0]](role, propertyRef, embedded); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4702bca0]] | OrderedSet |
1 | 2 | [[#4702bca0]] | OrderedMap |
1 | 3 | [[#4702bca0]] | Set |
1 | 4 | [[#4702bca0]] | Map |
1 | 5 | [[#4702bca0]] | IdBag |
1 | 6 | [[#4702bca0]] | Bag |
1 | 7 | [[#4702bca0]] | List |