Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 0 | 1.000 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 38 | src/NHibernate.Test/NHSpecificTest/NH1159/Contact.cs |
2 | 7 | 52 | src/NHibernate.Test/NHSpecificTest/NH1159/ContactTitle.cs |
| ||||
#region Public Properties public virtual Int64 Id { get { return id; } set { isChanged |= (id != value); id = value; } } |
| ||||
#endregion // End Required Fields Only Constructor #region Public Properties /// <summary> /// /// </summary> public virtual Int64 Id { get { return id; } set { isChanged |= (id != value); id = value; } } |
| |||
#endregion // End Required Fields Only Constructor #region Public Properties /// <summary> /// /// </summary> public virtual Int64 Id { get { return id; } set { isChanged |= (id != value); id = value; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |