Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 4 | 1 | 0.976 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 71 | src/NHibernate/Type/BagType.cs |
2 | 3 | 69 | src/NHibernate/Type/IdentifierBagType.cs |
3 | 3 | 71 | src/NHibernate/Type/ListType.cs |
4 | 3 | 95 | src/NHibernate/Type/MapType.cs |
| ||||
public override object Instantiate(int anticipatedSize) { return anticipatedSize <= 0 ? new ArrayList(): new ArrayList(anticipatedSize + 1); } |
| ||||
public override object Instantiate(int anticipatedSize) { return anticipatedSize <= 0 ? new ArrayList(): new ArrayList(anticipatedSize + 1); } |
| ||||
public override object Instantiate(int anticipatedSize) { return anticipatedSize <= 0 ? new ArrayList(): new ArrayList(anticipatedSize + 1); } |
| ||||
public override object Instantiate(int anticipatedSize) { return anticipatedSize <= 0 ? new Hashtable(): new Hashtable(anticipatedSize + 1); } |
| |||
public override object Instantiate(int anticipatedSize) { return anticipatedSize <= 0 ? new [[#variable57d2af80]](): new [[#variable57d2af80]](anticipatedSize + 1); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#57d2af80]] | ArrayList |
1 | 2 | [[#57d2af80]] | Hashtable |
1 | 3 | [[#57d2af80]] | ArrayList |
1 | 4 | [[#57d2af80]] | ArrayList |