Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 2 | 3 | 0.973 | class_member_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 12 | src/NHibernate/Properties/EmbeddedPropertyAccessor.cs |
2 | 13 | 11 | src/NHibernate/Properties/MapAccessor.cs |
| ||||
#region IPropertyAccessor Members public IGetter GetGetter(System.Type theClass, string propertyName) { return new EmbeddedGetter(theClass); } public ISetter GetSetter(System.Type theClass, string propertyName) { return new EmbeddedSetter(theClass); } public bool CanAccessThroughReflectionOptimizer { get { return false; } } |
| ||||
#region IPropertyAccessor Members public IGetter GetGetter(System.Type theClass, string propertyName) { return new MapGetter(propertyName); } public ISetter GetSetter(System.Type theClass, string propertyName) { return new MapSetter(propertyName); } public bool CanAccessThroughReflectionOptimizer { get { return false; } } |
| |||
#region IPropertyAccessor Members public IGetter GetGetter(System.Type theClass, string propertyName) { return new [[#variable584b7760]]( [[#variable584b7720]]); } public ISetter GetSetter(System.Type theClass, string propertyName) { return new [[#variable584b76a0]]( [[#variable584b7720]]); } public bool CanAccessThroughReflectionOptimizer { get { return false; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#584b7760]] | MapGetter |
1 | 2 | [[#584b7760]] | EmbeddedGetter |
2 | 1 | [[#584b7720]] | propertyName |
2 | 2 | [[#584b7720]] | theClass |
3 | 1 | [[#584b76a0]] | MapSetter |
3 | 2 | [[#584b76a0]] | EmbeddedSetter |