Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 0 | 1.000 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 486 | src/NHibernate/Impl/MultiCriteriaImpl.cs |
2 | 5 | 852 | src/NHibernate/Impl/MultiQueryImpl.cs |
| ||||
private void ThrowIfKeyAlreadyExists(string key) { if (criteriaResultPositions.ContainsKey(key)) { throw new InvalidOperationException(String.Format("The key '{0}' already exists", key)); } } |
| ||||
private void ThrowIfKeyAlreadyExists(string key) { if (criteriaResultPositions.ContainsKey(key)) { throw new InvalidOperationException(String.Format("The key '{0}' already exists", key)); } } |
| |||
private void ThrowIfKeyAlreadyExists(string key) { if (criteriaResultPositions.ContainsKey(key)) { throw new InvalidOperationException(String.Format("The key '{0}' already exists", key)); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |