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.973 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 385 | src/NHibernate/Mapping/Column.cs |
2 | 5 | 1407 | src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs |
| ||||
public override string ToString() { return string.Format("{0}({1})", GetType().FullName, name); } |
| ||||
public override string ToString() { // Java has StringHelper.root( getClass().getName() ) instead of GetType().Name, // but it doesn't make sense to me. return string.Format("{0}({1})", GetType().Name, role); } |
| |||
public override string ToString() { // Java has StringHelper.root( getClass().getName() ) instead of GetType().Name, // but it doesn't make sense to me. return string.Format("{0}({1})", GetType(). [[#variable70b4a260]], [[#variable70b4a1e0]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#70b4a260]] | FullName |
1 | 2 | [[#70b4a260]] | Name |
2 | 1 | [[#70b4a1e0]] | name |
2 | 2 | [[#70b4a1e0]] | role |