Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.965 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 49 | src/NHibernate/Cache/FilterKey.cs |
2 | 3 | 57 | src/NHibernate/Mapping/MetaAttribute.cs |
| ||||
public override string ToString() { return string.Format("FilterKey[{0}{1}]", filterName, CollectionPrinter.ToString(filterParameters)); } |
| ||||
public override string ToString() { return string.Format("[{0}={1}]", name, CollectionPrinter.ToString(values)); } |
| |||
public override string ToString() { return string.Format( [[#variable6e3654e0]], [[#variable6e365460]], CollectionPrinter.ToString( [[#variable6e365360]])); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6e3654e0]] | "FilterKey[{0}{1}]" |
1 | 2 | [[#6e3654e0]] | "[{0}={1}]" |
2 | 1 | [[#6e365460]] | filterName |
2 | 2 | [[#6e365460]] | name |
3 | 1 | [[#6e365360]] | filterParameters |
3 | 2 | [[#6e365360]] | values |