Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 4 | 0 | 1.000 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 20 | src/NHibernate.DomainModel/DoubleStringType.cs |
2 | 5 | 102 | src/NHibernate/Engine/TypedValue.cs |
3 | 5 | 43 | src/NHibernate/Type/AbstractBinaryType.cs |
4 | 5 | 78 | src/NHibernate/Type/SerializableType.cs |
| ||||
if (x == y) return true; if (x == null || y == null) return false; |
| ||||
if (x == y) return true; if (x == null || y == null) return false; |
| ||||
if (x == y) return true; if (x == null || y == null) return false; |
| ||||
if (x == y) return true; if (x == null || y == null) return false; |
| |||
if (x == y) return true; if (x == null || y == null) return false; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |