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.969 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 402 | src/NHibernate/Mapping/Collection.cs |
2 | 3 | 406 | src/NHibernate/Mapping/Collection.cs |
| ||||
if (elementNodeName != null && elementNodeName.StartsWith("@")) { throw new MappingException(string.Format("element node must not be an attribute: {0}", elementNodeName)); } |
| ||||
if (elementNodeName != null && elementNodeName.Equals(".")) { throw new MappingException(string.Format("element node must not be the parent: {0}", elementNodeName)); } |
| |||
if (elementNodeName != null && elementNodeName. [[#variable5eb5e400]]( [[#variable6a8df840]])) { throw new MappingException(string.Format( [[#variable5eb5e300]], elementNodeName)); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5eb5e400]] | Equals |
1 | 2 | [[#5eb5e400]] | StartsWith |
2 | 1 | [[#6a8df840]] | "." |
2 | 2 | [[#6a8df840]] | "@" |
3 | 1 | [[#5eb5e300]] | "element node must not be the parent: {0}" |
3 | 2 | [[#5eb5e300]] | "element node must not be an attribute: {0}" |