Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.972 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 20 | src/NHibernate.Test/NHSpecificTest/NH1332/Fixture.cs |
2 | 3 | 15 | src/NHibernate.Test/NHSpecificTest/NH873/Fixture.cs |
| ||||
configuration.SetProperty(Environment.UseSecondLevelCache, "false"); configuration.SetProperty(Environment.UseQueryCache, "false"); configuration.SetProperty(Environment.CacheProvider, null); |
| ||||
cfg.SetProperty(Environment.UseSecondLevelCache, "false"); cfg.SetProperty(Environment.UseQueryCache, "false"); cfg.SetProperty(Environment.CacheProvider, null); |
| |||
[[#variable25989500]].SetProperty(Environment.UseSecondLevelCache, "false"); [[#variable25989500]].SetProperty(Environment.UseQueryCache, "false"); [[#variable25989500]].SetProperty(Environment.CacheProvider, null); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#25989500]] | cfg |
1 | 2 | [[#25989500]] | configuration |