Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.976 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 47 | src/NHibernate/Intercept/FieldInterceptionHelper.cs |
2 | 6 | 56 | src/NHibernate/Intercept/FieldInterceptionHelper.cs |
| ||||
public static void ClearDirty(object entity) { IFieldInterceptor interceptor = ExtractFieldInterceptor(entity); if (interceptor != null) { interceptor.ClearDirty(); } } |
| ||||
public static void MarkDirty(object entity) { IFieldInterceptor interceptor = ExtractFieldInterceptor(entity); if (interceptor != null) { interceptor.MarkDirty(); } } |
| |||
public static void [[#variable6fe048e0]](object entity) { IFieldInterceptor interceptor = ExtractFieldInterceptor(entity); if (interceptor != null) { interceptor. [[#variable6fe048e0]](); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6fe048e0]] | ClearDirty |
1 | 2 | [[#6fe048e0]] | MarkDirty |