Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 4 | 0.966 | class_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 16 | src/NHibernate.Test/NHSpecificTest/NH1741/Fixture.cs |
2 | 2 | 18 | src/NHibernate.Test/NHSpecificTest/NH1741/Fixture.cs |
3 | 2 | 20 | src/NHibernate.Test/NHSpecificTest/NH1741/Fixture.cs |
| ||||
private readonly FieldInfo fiCacheable = typeof(AbstractQueryImpl).GetField("cacheable", ReflectHelper.AnyVisibilityInstance); private readonly FieldInfo fiCacheRegion = typeof(AbstractQueryImpl).GetField("cacheRegion", ReflectHelper.AnyVisibilityInstance); |
| ||||
private readonly FieldInfo fiCacheMode = typeof(AbstractQueryImpl).GetField("cacheMode", ReflectHelper.AnyVisibilityInstance); private readonly FieldInfo fiReadOnly = typeof(AbstractQueryImpl).GetField("readOnly", ReflectHelper.AnyVisibilityInstance); |
| ||||
private readonly FieldInfo fiSelection = typeof(AbstractQueryImpl).GetField("selection", ReflectHelper.AnyVisibilityInstance); private readonly FieldInfo fiComment = typeof(AbstractQueryImpl).GetField("comment", ReflectHelper.AnyVisibilityInstance); |
| |||
private readonly FieldInfo [[#variable27a8f840]]= typeof(AbstractQueryImpl).GetField( [[#variable5844c140]], ReflectHelper.AnyVisibilityInstance); private readonly FieldInfo [[#variable2838ef60]]= typeof(AbstractQueryImpl).GetField( [[#variable2838ed20]], ReflectHelper.AnyVisibilityInstance); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#27a8f840]] | fiCacheable |
1 | 2 | [[#27a8f840]] | fiCacheMode |
1 | 3 | [[#27a8f840]] | fiSelection |
2 | 1 | [[#5844c140]] | "cacheable" |
2 | 2 | [[#5844c140]] | "cacheMode" |
2 | 3 | [[#5844c140]] | "selection" |
3 | 1 | [[#2838ef60]] | fiCacheRegion |
3 | 2 | [[#2838ef60]] | fiReadOnly |
3 | 3 | [[#2838ef60]] | fiComment |
4 | 1 | [[#2838ed20]] | "cacheRegion" |
4 | 2 | [[#2838ed20]] | "readOnly" |
4 | 3 | [[#2838ed20]] | "comment" |