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.983 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 768 | src/NHibernate/Type/TypeFactory.cs |
2 | 3 | 778 | src/NHibernate/Type/TypeFactory.cs |
| ||||
public static CollectionType SortedMap(string role, string propertyRef, bool embedded, IComparer comparer) { return Instance.CollectionTypeFactory.SortedMap(role, propertyRef, embedded, comparer); } |
| ||||
public static CollectionType SortedSet(string role, string propertyRef, bool embedded, IComparer comparer) { return Instance.CollectionTypeFactory.SortedSet(role, propertyRef, embedded, comparer); } |
| |||
public static CollectionType [[#variable2b8d21a0]](string role, string propertyRef, bool embedded, IComparer comparer) { return Instance.CollectionTypeFactory. [[#variable2b8d21a0]](role, propertyRef, embedded, comparer); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2b8d21a0]] | SortedSet |
1 | 2 | [[#2b8d21a0]] | SortedMap |