Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 2 | 0.973 | statement_list[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 934 | src/NHibernate.Test/Legacy/FooBarTest.cs |
2 | 4 | 960 | src/NHibernate.Test/Legacy/FooBarTest.cs |
3 | 4 | 2404 | src/NHibernate.Test/Legacy/FooBarTest.cs |
| ||||
list.Add(new Fee()); baz.Fees = list; s.Save(baz); s.Flush(); |
| ||||
list.Add(new Fee()); baz.Fees = list; s.Save(baz); s.Flush(); |
| ||||
list.Add(new Fee()); baz.Fees = list; s.Save(baz); t.Commit(); |
| |||
list.Add(new Fee()); baz.Fees = list; s.Save(baz); [[#variable28ac8e00]]. [[#variable28ac8de0]](); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#28ac8e00]] | s |
1 | 2 | [[#28ac8e00]] | t |
1 | 3 | [[#28ac8e00]] | s |
2 | 1 | [[#28ac8de0]] | Flush |
2 | 2 | [[#28ac8de0]] | Commit |
2 | 3 | [[#28ac8de0]] | Flush |