Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.973 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 28 | src/NHibernate.Test/NHSpecificTest/NH1612/Area.cs |
2 | 4 | 18 | src/NHibernate.Test/NHSpecificTest/NH1612/AreaStatistics.cs |
| ||||
var other = obj as Area; if (ReferenceEquals(obj, null)) { return false; } |
| ||||
var other = obj as AreaStatistics; if (ReferenceEquals(other, null)) { return false; } |
| |||
var other = obj as [[#variable4b21a960]]; if (ReferenceEquals( [[#variable6f55f200]], null)) { return false; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4b21a960]] | Area |
1 | 2 | [[#4b21a960]] | AreaStatistics |
2 | 1 | [[#6f55f200]] | obj |
2 | 2 | [[#6f55f200]] | other |