Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.987 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 30 | src/NHibernate.Test/NHSpecificTest/NH296/Fixture.cs |
2 | 2 | 36 | src/NHibernate.Test/NHSpecificTest/NH296/Fixture.cs |
| ||||
stock = (Stock) s.Get( typeof(Stock), stock.ProductPK); Assert.IsNotNull(stock); |
| ||||
stock = (Stock) s.Get( typeof(Product), stock.ProductPK); Assert.IsNotNull(stock); |
| |||
stock = (Stock)s.Get( typeof( [[#variable54de8f40]]), stock.ProductPK); Assert.IsNotNull(stock); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54de8f40]] | Product |
1 | 2 | [[#54de8f40]] | Stock |