Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 3 | 4 | 0.952 | class_member_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 505 | src/NHibernate.Test/QueryTest/DetachedQueryFixture.cs |
2 | 13 | 56 | src/NHibernate/Engine/NamedQueryDefinition.cs |
3 | 13 | 161 | src/NHibernate/Impl/CriteriaImpl.cs |
| ||||
public bool Cacheable { get { return cacheable; } } public string CacheRegion { get { return cacheRegion; } } public bool ReadOnly { get { return readOnly; } } |
| ||||
public bool IsCacheable { get { return cacheable; } } public string CacheRegion { get { return cacheRegion; } } public int FetchSize { get { return fetchSize; } } |
| ||||
public bool Cacheable { get { return cacheable; } } public string CacheRegion { get { return cacheRegion; } } public string Comment { get { return comment; } } |
| |||
public bool [[#variable2801b300]] { get { return cacheable; } } public string CacheRegion { get { return cacheRegion; } } public [[#variable2801b280]] [[#variable2801b1c0]] { get { return [[#variable2801b1a0]]; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2801b300]] | Cacheable |
1 | 2 | [[#2801b300]] | IsCacheable |
1 | 3 | [[#2801b300]] | Cacheable |
2 | 1 | [[#2801b280]] | bool |
2 | 2 | [[#2801b280]] | int |
2 | 3 | [[#2801b280]] | string |
3 | 1 | [[#2801b1c0]] | ReadOnly |
3 | 2 | [[#2801b1c0]] | FetchSize |
3 | 3 | [[#2801b1c0]] | Comment |
4 | 1 | [[#2801b1a0]] | readOnly |
4 | 2 | [[#2801b1a0]] | fetchSize |
4 | 3 | [[#2801b1a0]] | comment |