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 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 500 | src/NHibernate.Test/QueryTest/MultiCriteriaFixture.cs |
2 | 6 | 269 | src/NHibernate.Test/QueryTest/MultipleQueriesFixture.cs |
| ||||
private void RemoveAllItems() { using (ISession s = OpenSession()) { s.Delete("from Item"); s.Flush(); } } |
| ||||
private void RemoveAllItems() { using (ISession s = OpenSession()) { s.Delete("from Item"); s.Flush(); } } |
| |||
private void RemoveAllItems() { using (ISession s = OpenSession()) { s.Delete("from Item"); s.Flush(); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |