Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 1 | 0.982 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 158 | src/NHibernate/Criterion/ProjectionList.cs |
2 | 10 | 171 | src/NHibernate/Criterion/ProjectionList.cs |
| ||||
public bool IsGrouped { get { for (int i = 0; i < Length; i++) { if (this[i].IsGrouped) return true; } return false; } } |
| ||||
public bool IsAggregate { get { for (int i = 0; i < Length; i++) { if (this[i].IsAggregate) return true; } return false; } } |
| |||
public bool [[#variable28b78a00]] { get { for (int i = 0; i < Length; i++) { if (this[i]. [[#variable28b78a00]]) return true; } return false; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#28b78a00]] | IsAggregate |
1 | 2 | [[#28b78a00]] | IsGrouped |