Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 2 | 4 | 0.953 | class_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 42 | src/NHibernate.DomainModel/CompositeElement.cs |
2 | 10 | 72 | src/NHibernate.DomainModel/Container.cs |
| ||||
#endregion #region Properties /// <summary> /// Get/set for foo /// </summary> public String Foo { get { return _foo; } set { _foo = value; } } /// <summary> /// Get/set for bar /// </summary> public String Bar { get { return _bar; } set { _bar = value; } } |
| ||||
public Foo Foo { get { return _foo; } set { _foo = value; } } public Glarch Glarch { get { return _glarch; } set { _glarch = value; } } |
| |||
#endregion #region Properties /// <summary> /// Get/set for foo /// </summary> public [[#variable270cd620]]Foo { get { return _foo; } set { _foo = value; } } /// <summary> /// Get/set for bar /// </summary> public [[#variable270cd5e0]] [[#variable270cd440]] { get { return [[#variable270cd4a0]]; } set { [[#variable270cd4a0]]= value; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#270cd620]] | String |
1 | 2 | [[#270cd620]] | Foo |
2 | 1 | [[#270cd5e0]] | String |
2 | 2 | [[#270cd5e0]] | Glarch |
3 | 1 | [[#270cd440]] | Bar |
3 | 2 | [[#270cd440]] | Glarch |
4 | 1 | [[#270cd4a0]] | _bar |
4 | 2 | [[#270cd4a0]] | _glarch |