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.970 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 710 | src/NHibernate/Util/StringHelper.cs |
2 | 3 | 715 | src/NHibernate/Util/StringHelper.cs |
| ||||
public static string ToUpperCase(string str) { return str == null ? null: str.ToUpperInvariant(); } |
| ||||
public static string ToLowerCase(string str) { return str == null ? null: str.ToLowerInvariant(); } |
| |||
public static string [[#variable70c0d8a0]](string str) { return str == null ? null: str. [[#variable70c0d840]](); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#70c0d8a0]] | ToLowerCase |
1 | 2 | [[#70c0d8a0]] | ToUpperCase |
2 | 1 | [[#70c0d840]] | ToLowerInvariant |
2 | 2 | [[#70c0d840]] | ToUpperInvariant |