Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 2 | 0.968 | class_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 123 | src/NHibernate.Test/NHSpecificTest/SetFixture.cs |
2 | 11 | 159 | src/NHibernate.Test/NHSpecificTest/SetFixture.cs |
| ||||
public void InsertRows(IPersistentCollection collection, object key, ISessionImplementor session) { // TODO: Add CollectionPersisterStub.InsertRows implementation } public bool IsLazy { get { // TODO: Add CollectionPersisterStub.IsLazy getter implementation return false; } } |
| ||||
public void Recreate(IPersistentCollection collection, object key, ISessionImplementor session) { // TODO: Add CollectionPersisterStub.Recreate implementation } public bool HasOrdering { get { // TODO: Add CollectionPersisterStub.HasOrdering getter implementation return false; } } |
| |||
public void [[#variable6fe54240]](IPersistentCollection collection, object key, ISessionImplementor session) { // TODO: Add CollectionPersisterStub.Recreate implementation // TODO: Add CollectionPersisterStub.InsertRows implementation } public bool [[#variable6fe54220]] { get { // TODO: Add CollectionPersisterStub.HasOrdering getter implementation // TODO: Add CollectionPersisterStub.IsLazy getter implementation return false; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6fe54240]] | Recreate |
1 | 2 | [[#6fe54240]] | InsertRows |
2 | 1 | [[#6fe54220]] | HasOrdering |
2 | 2 | [[#6fe54220]] | IsLazy |