Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 2 | 0.969 | null_coalescing_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 920 | src/NHibernate/Mapping/PersistentClass.cs |
2 | 1 | 28 | src/NHibernate/Persister/Entity/AbstractPropertyMapping.cs |
3 | 1 | 236 | src/NHibernate/Persister/Entity/AbstractPropertyMapping.cs |
| ||||
new MappingException(string.Format("property not found: {0} on entity {1}", propertyName, EntityName)) |
| ||||
new QueryException(string.Format("could not resolve property: {0} of: {1}", propertyName, EntityName)) |
| ||||
new MappingException(string.Format("unknown property: {0} of: {1}", propertyName, EntityName)) |
| |||
new [[#variable56f88da0]](string.Format( [[#variable56f88ce0]], propertyName, EntityName)) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#56f88da0]] | MappingException |
1 | 2 | [[#56f88da0]] | MappingException |
1 | 3 | [[#56f88da0]] | QueryException |
2 | 1 | [[#56f88ce0]] | "property not found: {0} on entity {1}" |
2 | 2 | [[#56f88ce0]] | "unknown property: {0} of: {1}" |
2 | 3 | [[#56f88ce0]] | "could not resolve property: {0} of: {1}" |