Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 5 | 3 | 0.957 | null_coalescing_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 85 | src/NHibernate.Test/Criteria/DetachedCriteriaSerializable.cs |
2 | 1 | 316 | src/NHibernate.Test/Criteria/DetachedCriteriaSerializable.cs |
3 | 1 | 242 | src/NHibernate.Test/JoinedSubclass/JoinedSubclassFixture.cs |
4 | 2 | 69 | src/NHibernate.Test/Legacy/FumTest.cs |
5 | 1 | 91 | src/NHibernate.Test/Subclass/SubclassFixture.cs |
| ||||
Expression.In("Name", new string[] { "Gavin", "Ralph" } ) |
| ||||
Expression.In("Name", new string[] { "Gavin", "Ralph" } ) |
| ||||
Expression.In("Name", new string[] { "Did it get updated", "Updated Employee String" } ) |
| ||||
Expression.In( "FumString", new string[] { "a value", "no value" } ) |
| ||||
Expression.In("TestString", new string[] { "Did it get updated", "Updated SubclassOne String" } ) |
| |||
Expression.In( [[#variable55064620]], new string[] { [[#variable550645c0]], [[#variable55064540]] } ) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#55064620]] | "Name" |
1 | 2 | [[#55064620]] | "TestString" |
1 | 3 | [[#55064620]] | "FumString" |
1 | 4 | [[#55064620]] | "Name" |
1 | 5 | [[#55064620]] | "Name" |
2 | 1 | [[#550645c0]] | "Gavin" |
2 | 2 | [[#550645c0]] | "Did it get updated" |
2 | 3 | [[#550645c0]] | "a value" |
2 | 4 | [[#550645c0]] | "Did it get updated" |
2 | 5 | [[#550645c0]] | "Gavin" |
3 | 1 | [[#55064540]] | "Ralph" |
3 | 2 | [[#55064540]] | "Updated SubclassOne String" |
3 | 3 | [[#55064540]] | "no value" |
3 | 4 | [[#55064540]] | "Updated Employee String" |
3 | 5 | [[#55064540]] | "Ralph" |