Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
15 | 2 | 0 | 1.000 | class_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 14 | 11 | src/NHibernate.Test/NHSpecificTest/NH1601/Project.cs |
2 | 15 | 66 | src/NHibernate.Test/NHSpecificTest/NH1601/Project.cs |
| ||||
public static bool TestAccessToList = false; /// <summary> /// NHibernate sets this property on load and refresh. It fails in refresh if /// the value is accessed during the set. This occurs on this list because it is /// mapped first in the XML mapping. /// </summary> public IList<Scenario> ScenarioList1 { get { return scenarioList1; } set { scenarioList1 = value; if (TestAccessToList) { int i = scenarioList1.Count; } } } |
| ||||
public static bool TestAccessToList = false; /// <summary> /// NHibernate sets this property on load and refresh. It fails in refresh if /// the value is accessed during the set. This occurs on this list because it is /// mapped first in the XML mapping. /// </summary> public IList<Scenario> ScenarioList1 { get { return scenarioList1; } set { scenarioList1 = value; if (TestAccessToList) { int i = scenarioList1.Count; } } } |
| |||
public static bool TestAccessToList = false; /// <summary> /// NHibernate sets this property on load and refresh. It fails in refresh if /// the value is accessed during the set. This occurs on this list because it is /// mapped first in the XML mapping. /// </summary> public IList<Scenario> ScenarioList1 { get { return scenarioList1; } set { scenarioList1 = value; if (TestAccessToList) { int i = scenarioList1.Count; } } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |