Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 1 | 0.984 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 74 | src/NHibernate/Loader/DefaultEntityAliases.cs |
2 | 1 | 94 | src/NHibernate/Loader/DefaultEntityAliases.cs |
| ||||
string[] result = propertyPath == null ? null: GetUserProvidedAlias(propertyPath); |
| ||||
string[] columns = propertyPath == null ? null: GetUserProvidedAlias(propertyPath); |
| |||
string[] [[#variable5f253180]]= propertyPath == null ? null: GetUserProvidedAlias(propertyPath); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5f253180]] | columns |
1 | 2 | [[#5f253180]] | result |