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.952 | catch_clauses |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 54 | src/NHibernate/Type/EnumCharType.cs |
2 | 3 | 115 | src/NHibernate/Type/EnumStringType.cs |
| ||||
catch (ArgumentException ae) { throw new HibernateException(string.Format("Can't Parse {0} as {1}", s, this.ReturnedClass.Name), ae); } |
| ||||
catch (ArgumentException ae) { throw new HibernateException(string.Format("Can't Parse {0} as {1}", code, ReturnedClass.Name), ae); } |
| |||
catch (ArgumentException ae) { throw new HibernateException(string.Format("Can't Parse {0} as {1}", [[#variable6f24e720]], [[#variable6f24e700]].Name), ae); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6f24e720]] | code |
1 | 2 | [[#6f24e720]] | s |
2 | 1 | [[#6f24e700]] | ReturnedClass |
2 | 2 | [[#6f24e700]] | this.ReturnedClass |