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.974 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 252 | src/NHibernate.Test/NHSpecificTest/NH1914/Model.cs |
2 | 3 | 75 | src/NHibernate/Collection/PersistentSet.cs |
| ||||
#endregion #region ICollection Members public void CopyTo(Array array, int index) { ((IList)myValues).CopyTo(array, index); } |
| ||||
public void CopyTo(Array array, int index) { ((ICollection)elements).CopyTo(array, index); } |
| |||
#endregion #region ICollection Members public void CopyTo(Array array, int index) { (( [[#variable6fec9300]]) [[#variable6fec9280]]).CopyTo(array, index); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6fec9300]] | ICollection |
1 | 2 | [[#6fec9300]] | IList |
2 | 1 | [[#6fec9280]] | elements |
2 | 2 | [[#6fec9280]] | myValues |