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.976 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 166 | src/NHibernate/Action/CollectionAction.cs |
2 | 3 | 146 | src/NHibernate/Action/EntityAction.cs |
| ||||
#endregion public override string ToString() { return StringHelper.Unqualify(GetType().FullName) + MessageHelper.InfoString(collectionRole, key); } |
| ||||
#endregion public override string ToString() { return StringHelper.Unqualify(GetType().FullName) + MessageHelper.InfoString(entityName, id); } |
| |||
#endregion public override string ToString() { return StringHelper.Unqualify(GetType().FullName) + MessageHelper.InfoString( [[#variable6c78dd80]], [[#variable6e3644c0]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6c78dd80]] | collectionRole |
1 | 2 | [[#6c78dd80]] | entityName |
2 | 1 | [[#6e3644c0]] | key |
2 | 2 | [[#6e3644c0]] | id |