Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 6 | 1 | 0.987 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 366 | src/NHibernate/Cfg/MappingSchema/Hbm.generated.cs |
2 | 5 | 1585 | src/NHibernate/Cfg/MappingSchema/Hbm.generated.cs |
3 | 5 | 2523 | src/NHibernate/Cfg/MappingSchema/Hbm.generated.cs |
4 | 5 | 2717 | src/NHibernate/Cfg/MappingSchema/Hbm.generated.cs |
5 | 5 | 3338 | src/NHibernate/Cfg/MappingSchema/Hbm.generated.cs |
6 | 5 | 3521 | src/NHibernate/Cfg/MappingSchema/Hbm.generated.cs |
| ||||
public HbmArray() { this.inverse = false; this.mutable = true; this.optimisticlock = true; this.embedxml = true; } |
| ||||
public HbmBag() { this.inverse = false; this.mutable = true; this.optimisticlock = true; this.embedxml = true; } |
| ||||
public HbmList() { this.inverse = false; this.mutable = true; this.optimisticlock = true; this.embedxml = true; } |
| ||||
public HbmMap() { this.inverse = false; this.mutable = true; this.optimisticlock = true; this.embedxml = true; } |
| ||||
public HbmSet() { this.inverse = false; this.mutable = true; this.optimisticlock = true; this.embedxml = true; } |
| ||||
public HbmIdbag() { this.inverse = false; this.mutable = true; this.optimisticlock = true; this.embedxml = true; } |
| |||
public [[#variable67ae8460]]() { this.inverse = false; this.mutable = true; this.optimisticlock = true; this.embedxml = true; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#67ae8460]] | HbmIdbag |
1 | 2 | [[#67ae8460]] | HbmSet |
1 | 3 | [[#67ae8460]] | HbmMap |
1 | 4 | [[#67ae8460]] | HbmList |
1 | 5 | [[#67ae8460]] | HbmBag |
1 | 6 | [[#67ae8460]] | HbmArray |