Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 4 | 0.951 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 140 | src/NHibernate/Cfg/ConfigurationSchema/MappingConfiguration.cs |
2 | 3 | 78 | src/NHibernate/Criterion/SubqueryExpression.cs |
| ||||
#endregion public override string ToString() { return string.Format("file='{0}';assembly='{1}';resource='{2}'", file, assembly, resource); } |
| ||||
public override string ToString() { return string.Format("{0} {1} ({2})", op, quantifier, criteriaImpl); } |
| |||
#endregion public override string ToString() { return string.Format( [[#variable584ce700]], [[#variable584cf300]], [[#variable584cf280]], [[#variable584cf1e0]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#584ce700]] | "file='{0}';assembly='{1}';resource='{2}'" |
1 | 2 | [[#584ce700]] | "{0} {1} ({2})" |
2 | 1 | [[#584cf300]] | file |
2 | 2 | [[#584cf300]] | op |
3 | 1 | [[#584cf280]] | assembly |
3 | 2 | [[#584cf280]] | quantifier |
4 | 1 | [[#584cf1e0]] | resource |
4 | 2 | [[#584cf1e0]] | criteriaImpl |