| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 2 | 0.950 | statement_list[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 102 | src/NHibernate.Test/Join/JoinTest.cs |
| 2 | 4 | 85 | src/NHibernate.Test/JoinedSubclass/JoinedSubclassFixture.cs |
| ||||
mark = (Employee) s.Get( typeof( Employee), mark.Id);
joe = (Customer) s.Get( typeof( Customer), joe.Id);
mark.Zip = "30306";
|
| ||||
mark = (Employee) s.Load( typeof(Employee), mark.Id);
joe = (Customer) s.Load( typeof(Customer), joe.Id);
mark.Address.Zip = "30306";
|
| |||
mark = (Employee)s. [[#variable2d22e6a0]]( typeof(Employee), mark.Id); joe = (Customer)s. [[#variable2d22e6a0]]( typeof(Customer), joe.Id); [[#variable2d223260]].Zip = "30306"; |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#2d22e6a0]] | Get |
| 1 | 2 | [[#2d22e6a0]] | Load |
| 2 | 1 | [[#2d223260]] | mark |
| 2 | 2 | [[#2d223260]] | mark.Address |