Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
22 | 2 | 0 | 1.000 | class_member_declarations[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 22 | 43 | src/NHibernate.Test/NHSpecificTest/NH372/Model.cs |
2 | 22 | 78 | src/NHibernate.Test/NHSpecificTest/NH372/Model.cs |
| ||||
private int _NormalField; public virtual int NormalField { get { return _NormalField; } set { _NormalField = value; } } private int _FieldNotInserted; public virtual int FieldNotInserted { get { return _FieldNotInserted; } set { _FieldNotInserted = value; } } private int _FieldNotUpdated; public virtual int FieldNotUpdated { get { return _FieldNotUpdated; } set { _FieldNotUpdated = value; } } |
| ||||
private int _NormalField; public virtual int NormalField { get { return _NormalField; } set { _NormalField = value; } } private int _FieldNotInserted; public virtual int FieldNotInserted { get { return _FieldNotInserted; } set { _FieldNotInserted = value; } } private int _FieldNotUpdated; public virtual int FieldNotUpdated { get { return _FieldNotUpdated; } set { _FieldNotUpdated = value; } } |
| |||
private int _NormalField; public virtual int NormalField { get { return _NormalField; } set { _NormalField = value; } } private int _FieldNotInserted; public virtual int FieldNotInserted { get { return _FieldNotInserted; } set { _FieldNotInserted = value; } } private int _FieldNotUpdated; public virtual int FieldNotUpdated { get { return _FieldNotUpdated; } set { _FieldNotUpdated = value; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |