Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 3 | 0.959 | class_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 1113 | src/NHibernate/Cfg/MappingSchema/Hbm.generated.cs |
2 | 7 | 4468 | src/NHibernate/Cfg/MappingSchema/Hbm.generated.cs |
| ||||
/// <remarks/> [System.Xml.Serialization.XmlAttributeAttribute()] [System.ComponentModel.DefaultValueAttribute(false)] public bool unique; public HbmElement() { this.notnull = false; this.unique = false; } |
| ||||
/// <remarks/> [System.Xml.Serialization.XmlAttributeAttribute()] [System.ComponentModel.DefaultValueAttribute(false)] public bool callable; public HbmSqlQuery() { this.cacheable = false; this.callable = false; } |
| |||
/// <remarks/> [System.Xml.Serialization.XmlAttributeAttribute()] [System.ComponentModel.DefaultValueAttribute(false)] public bool [[#variable545c70c0]]; public [[#variable545c7060]]() { this. [[#variable545c6fa0]]= false; this. [[#variable545c70c0]]= false; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#545c70c0]] | unique |
1 | 2 | [[#545c70c0]] | callable |
2 | 1 | [[#545c7060]] | HbmElement |
2 | 2 | [[#545c7060]] | HbmSqlQuery |
3 | 1 | [[#545c6fa0]] | notnull |
3 | 2 | [[#545c6fa0]] | cacheable |