Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.988 | class_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 626 | src/NHibernate/Mapping/Collection.cs |
2 | 7 | 129 | src/NHibernate/Mapping/OneToMany.cs |
| ||||
public void SetTypeUsingReflection(string className, string propertyName, string access) { } public object Accept(IValueVisitor visitor) { return visitor.Accept(this ); } |
| ||||
public void SetTypeUsingReflection(string className, string propertyName, string accesorName) { } public object Accept(IValueVisitor visitor) { return visitor.Accept(this ); } |
| |||
public void SetTypeUsingReflection(string className, string propertyName, string [[#variable6e70e840]]) { } public object Accept(IValueVisitor visitor) { return visitor.Accept(this ); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6e70e840]] | access |
1 | 2 | [[#6e70e840]] | accesorName |