Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 3 | 3 | 0.962 | class_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 14 | src/NHibernate.DomainModel/Assignable.cs |
2 | 10 | 29 | src/NHibernate.DomainModel/Holder.cs |
3 | 21 | 28 | src/NHibernate.DomainModel/NHSpecific/Node.cs |
| ||||
public string Id { get { return _id; } set { _id = value; } } public IList Categories { get { return _categories; } set { _categories = value; } } |
| ||||
public string Id { get { return _id; } set { _id = value; } } public IList Ones { get { return _ones; } set { _ones = value; } } |
| ||||
public string Id { get { return _id; } set { _id = value; } } /// <summary> /// The Nodes that lead into this Node. /// </summary> /// <remarks> /// I would not recommend that mapping of set be made public because /// under the scene they rely on Dictionaries, but this is in here for /// testing. /// /// Any modifications to the "inverse" side should not be persisted - unless /// the modifications are also made to the non-inverse side. /// </remarks> public ISet PreviousNodes { get { return _previousNodes; } set { _previousNodes = value; } } |
| |||
public string Id { get { return _id; } set { _id = value; } } /// <summary> /// The Nodes that lead into this Node. /// </summary> /// <remarks> /// I would not recommend that mapping of set be made public because /// under the scene they rely on Dictionaries, but this is in here for /// testing. /// /// Any modifications to the "inverse" side should not be persisted - unless /// the modifications are also made to the non-inverse side. /// </remarks> public [[#variable293473e0]] [[#variable290ce6c0]] { get { return [[#variable290ce660]]; } set { [[#variable290ce660]]= value; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#293473e0]] | IList |
1 | 2 | [[#293473e0]] | ISet |
1 | 3 | [[#293473e0]] | IList |
2 | 1 | [[#290ce6c0]] | Categories |
2 | 2 | [[#290ce6c0]] | PreviousNodes |
2 | 3 | [[#290ce6c0]] | Ones |
3 | 1 | [[#290ce660]] | _categories |
3 | 2 | [[#290ce660]] | _previousNodes |
3 | 3 | [[#290ce660]] | _ones |