Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.955 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 46 | src/NHibernate.Test/NHSpecificTest/NH1810/Children.cs |
2 | 3 | 51 | src/NHibernate.Test/NHSpecificTest/NH1810/Children.cs |
| ||||
public Children(IComparer<Child> comparer) : base(comparer) { behaviour = new ChildrenBehaviour(this ); } |
| ||||
public Children(ICollection<Child> initialValues) : base(initialValues) { behaviour = new ChildrenBehaviour(this ); } |
| |||
public Children( [[#variable67add520]]<Child> [[#variable67add4a0]]): base( [[#variable67add4a0]]) { behaviour = new ChildrenBehaviour(this ); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#67add520]] | IComparer |
1 | 2 | [[#67add520]] | ICollection |
2 | 1 | [[#67add4a0]] | comparer |
2 | 2 | [[#67add4a0]] | initialValues |