Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 4 | 3 | 0.964 | specific_catch_clause |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 209 | src/NHibernate/Properties/BasicPropertyAccessor.cs |
2 | 3 | 325 | src/NHibernate/Properties/BasicPropertyAccessor.cs |
3 | 3 | 189 | src/NHibernate/Properties/FieldAccessor.cs |
4 | 3 | 293 | src/NHibernate/Properties/FieldAccessor.cs |
| ||||
catch (Exception e) { throw new PropertyAccessException(e, "Exception occurred", false, clazz, propertyName); } |
| ||||
catch (Exception e) { throw new PropertyAccessException(e, "could not set a property value by reflection", true, clazz, propertyName); } |
| ||||
catch (Exception e) { throw new PropertyAccessException(e, "could not get a field value by reflection", false, clazz, name); } |
| ||||
catch (Exception e) { throw new PropertyAccessException(e, "could not set a field value by reflection", true, clazz, name); } |
| |||
catch (Exception e) { throw new PropertyAccessException(e, [[#variable665c1d20]], [[#variable665c1c80]], clazz, [[#variable665c1c00]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#665c1d20]] | "could not get a field value by reflection" |
1 | 2 | [[#665c1d20]] | "could not set a field value by reflection" |
1 | 3 | [[#665c1d20]] | "Exception occurred" |
1 | 4 | [[#665c1d20]] | "could not set a property value by reflection" |
2 | 1 | [[#665c1c80]] | false |
2 | 2 | [[#665c1c80]] | true |
2 | 3 | [[#665c1c80]] | false |
2 | 4 | [[#665c1c80]] | true |
3 | 1 | [[#665c1c00]] | name |
3 | 2 | [[#665c1c00]] | name |
3 | 3 | [[#665c1c00]] | propertyName |
3 | 4 | [[#665c1c00]] | propertyName |