Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.979 | statement_list[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 149 | src/NHibernate.Test/Criteria/DetachedCriteriaSerializable.cs |
2 | 4 | 157 | src/NHibernate.Test/Criteria/DetachedCriteriaSerializable.cs |
| ||||
p = Projections.Id(); NHAssert.IsSerializable(p); p = Projections.Max("StudentNumber"); NHAssert.IsSerializable(p); |
| ||||
p = Projections.RowCount(); NHAssert.IsSerializable(p); p = Projections.Sum("StudentNumber"); NHAssert.IsSerializable(p); |
| |||
p = Projections. [[#variable502045a0]](); NHAssert.IsSerializable(p); p = Projections. [[#variable502044e0]]("StudentNumber"); NHAssert.IsSerializable(p); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#502045a0]] | RowCount |
1 | 2 | [[#502045a0]] | Id |
2 | 1 | [[#502044e0]] | Sum |
2 | 2 | [[#502044e0]] | Max |