Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 0 | 1.000 | statement_list[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 31 | src/NHibernate.Test/DynamicEntity/Interceptor/InterceptorDynamicEntity.cs |
2 | 6 | 32 | src/NHibernate.Test/DynamicEntity/Tuplizer/TuplizerDynamicEntity.cs |
| ||||
Company company = ProxyHelper.NewCompanyProxy(); company.Name = "acme"; session.Save(company); Customer customer = ProxyHelper.NewCustomerProxy(); customer.Name = "Steve"; customer.Company = company; |
| ||||
Company company = ProxyHelper.NewCompanyProxy(); company.Name = "acme"; session.Save(company); Customer customer = ProxyHelper.NewCustomerProxy(); customer.Name = "Steve"; customer.Company = company; |
| |||
Company company = ProxyHelper.NewCompanyProxy(); company.Name = "acme"; session.Save(company); Customer customer = ProxyHelper.NewCustomerProxy(); customer.Name = "Steve"; customer.Company = company; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |