Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 4 | 2 | 0.980 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 166 | src/NHibernate/Type/AbstractType.cs |
2 | 4 | 345 | src/NHibernate/Type/AnyType.cs |
3 | 3 | 450 | src/NHibernate/Type/CollectionType.cs |
4 | 3 | 270 | src/NHibernate/Type/CompositeCustomType.cs |
| ||||
/// <summary> /// Says whether the value has been modified /// </summary> public virtual bool IsModified( object old, object current, bool[] checkable, ISessionImplementor session) { return IsDirty(old, current, session); } |
| ||||
public override bool IsDirty(object old, object current, bool[] checkable, ISessionImplementor session) { //TODO!!! return IsDirty(old, current, session); } |
| ||||
public override bool IsDirty(object old, object current, bool[] checkable, ISessionImplementor session) { return IsDirty(old, current, session); } |
| ||||
public override bool IsDirty(object old, object current, bool[] checkable, ISessionImplementor session) { return IsDirty(old, current, session); } |
| |||
/// <summary> /// Says whether the value has been modified /// </summary> public [[#variable5eb82ca0]]bool [[#variable5eb82c60]](object old, object current, bool[] checkable, ISessionImplementor session) { //TODO!!! return IsDirty(old, current, session); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5eb82ca0]] | override |
1 | 2 | [[#5eb82ca0]] | virtual |
1 | 3 | [[#5eb82ca0]] | override |
1 | 4 | [[#5eb82ca0]] | override |
2 | 1 | [[#5eb82c60]] | IsDirty |
2 | 2 | [[#5eb82c60]] | IsModified |
2 | 3 | [[#5eb82c60]] | IsDirty |
2 | 4 | [[#5eb82c60]] | IsDirty |