Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 2 | 0.953 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 206 | src/NHibernate.Test/NHSpecificTest/NH1914/Model.cs |
2 | 3 | 211 | src/NHibernate.Test/NHSpecificTest/NH1914/Model.cs |
3 | 3 | 216 | src/NHibernate.Test/NHSpecificTest/NH1914/Model.cs |
| ||||
#endregion #region IList Members public int Add(object value) { return ((IList)myValues).Add(value); } |
| ||||
public bool Contains(object value) { return ((IList)myValues).Contains(value); } |
| ||||
public int IndexOf(object value) { return ((IList)myValues).IndexOf(value); } |
| |||
#endregion #region IList Members public [[#variable6ff4dac0]] [[#variable6ff4daa0]](object value) { return ((IList)myValues). [[#variable6ff4daa0]](value); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6ff4dac0]] | int |
1 | 2 | [[#6ff4dac0]] | bool |
1 | 3 | [[#6ff4dac0]] | int |
2 | 1 | [[#6ff4daa0]] | IndexOf |
2 | 2 | [[#6ff4daa0]] | Contains |
2 | 3 | [[#6ff4daa0]] | Add |