CloneSet1433


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9210.992statement_list[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1994
src/NHibernate/Cfg/XmlHbmBinding/RootClassBinder.cs
29206
src/NHibernate/Cfg/XmlHbmBinding/RootClassBinder.cs
Clone Instance
1
Line Count
9
Source Line
94
Source File
src/NHibernate/Cfg/XmlHbmBinding/RootClassBinder.cs

                        var property = new Property(simpleValue);
                        BindProperty(timestampSchema, property, inheritedMetas);

                        // for version properties marked as being generated, make sure they are "always"
                        // generated; "insert" is invalid. This is dis-allowed by the schema, but just to make
                        // sure...

                        if (property.Generation == PropertyGeneration.Insert)
                                throw new MappingException("'generated' attribute cannot be 'insert' for versioning property");


Clone Instance
2
Line Count
9
Source Line
206
Source File
src/NHibernate/Cfg/XmlHbmBinding/RootClassBinder.cs

                        var property = new Property(simpleValue);
                        BindProperty(versionSchema, property, inheritedMetas);

                        // for version properties marked as being generated, make sure they are "always"
                        // generated; "insert" is invalid. This is dis-allowed by the schema, but just to make
                        // sure...

                        if (property.Generation == PropertyGeneration.Insert)
                                throw new MappingException("'generated' attribute cannot be 'insert' for versioning property");


Clone AbstractionParameter Count: 1Parameter Bindings

var property = new Property(simpleValue);
BindProperty( [[#variable27fd6e20]], property, inheritedMetas);
// for version properties marked as being generated, make sure they are "always"
// generated; "insert" is invalid. This is dis-allowed by the schema, but just to make
// sure...
if (property.Generation == PropertyGeneration.Insert)
   throw new MappingException("'generated' attribute cannot be 'insert' for versioning property");
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#27fd6e20]]
versionSchema 
12[[#27fd6e20]]
timestampSchema