Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.972 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1754 | src/NHibernate/Persister/Entity/AbstractEntityPersister.cs |
2 | 3 | 46 | src/NHibernate/Persister/Entity/AbstractPropertyMapping.cs |
| ||||
public bool TryToType(string propertyName, out IType type) { return propertyMapping.TryToType(propertyName, out type); } |
| ||||
public bool TryToType(string propertyName, out IType type) { return typesByPropertyPath.TryGetValue(propertyName, out type); } |
| |||
public bool TryToType(string propertyName, out IType type) { return [[#variable6fec6020]]. [[#variable6fe2bfa0]](propertyName, out type); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6fec6020]] | propertyMapping |
1 | 2 | [[#6fec6020]] | typesByPropertyPath |
2 | 1 | [[#6fe2bfa0]] | TryToType |
2 | 2 | [[#6fe2bfa0]] | TryGetValue |