Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.987 | statement_list[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 55 | src/NHibernate.Test/VersionTest/Db/DbVersionFixture.cs |
2 | 4 | 96 | src/NHibernate.Test/VersionTest/Db/DbVersionFixture.cs |
| ||||
guy = s.Get < User > (guy.Id); guy.Groups.Clear(); t.Commit(); s.Close(); |
| ||||
guy = s.Get < User > (guy.Id); guy.Permissions.Clear(); t.Commit(); s.Close(); |
| |||
guy = s.Get < User > (guy.Id); guy. [[#variable5f740e80]].Clear(); t.Commit(); s.Close(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5f740e80]] | Permissions |
1 | 2 | [[#5f740e80]] | Groups |