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.963 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 47 | src/NHibernate/InvalidProxyTypeException.cs |
2 | 3 | 118 | src/NHibernate/QueryException.cs |
| ||||
{ base.GetObjectData(info, context); info.AddValue("errors", Errors, typeof(ICollection)); } |
| ||||
{ base.GetObjectData(info, context); info.AddValue("queryString", queryString, typeof(String)); } |
| |||
{ base.GetObjectData(info, context); info.AddValue( [[#variable687ba2e0]], [[#variable687ba8c0]], typeof( [[#variable687ba860]])); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#687ba2e0]] | "queryString" |
1 | 2 | [[#687ba2e0]] | "errors" |
2 | 1 | [[#687ba8c0]] | queryString |
2 | 2 | [[#687ba8c0]] | Errors |
3 | 1 | [[#687ba860]] | String |
3 | 2 | [[#687ba860]] | ICollection |