Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.951 | accessor_declarations |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 111 | src/NHibernate.Test/NHSpecificTest/NH1217/DomainObjects.cs |
2 | 6 | 122 | src/NHibernate.Test/NHSpecificTest/NH1217/DomainObjects.cs |
| ||||
get { if (_fromEdges == null) _fromEdges = new HashedSet<IEdge> (); return _fromEdges; } set { _fromEdges = value; } |
| ||||
get { if (_toEdges == null) _toEdges = new HashedSet<IEdge> (); return _toEdges; } set { _toEdges = value; } |
| |||
get { if ( [[#variable54a6c600]]== null) [[#variable54a6c600]]= new HashedSet<IEdge> (); return [[#variable54a6c600]]; } set { [[#variable54a6c600]]= value; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54a6c600]] | _fromEdges |
1 | 2 | [[#54a6c600]] | _toEdges |