Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.984 | accessor_declarations |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 324 | src/NHibernate.DomainModel/Foo.cs |
2 | 5 | 109 | src/NHibernate.DomainModel/FooComponent.cs |
| ||||
get { return null; } set { if (value != null) throw new Exception("Null component"); } |
| ||||
get { return null; } set { if (value != null) throw new Exception("null component property"); } |
| |||
get { return null; } set { if (value != null) throw new Exception( [[#variable571b5960]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#571b5960]] | "null component property" |
1 | 2 | [[#571b5960]] | "Null component" |