CloneSet516


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5530.962non_pp_embedded_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13391
src/NHibernate/Mapping/Collection.cs
23395
src/NHibernate/Mapping/Collection.cs
3456
src/NHibernate/Mapping/IdentifierCollection.cs
4476
src/NHibernate/Mapping/IndexedCollection.cs
55372
src/NHibernate/Mapping/RootClass.cs
Clone Instance
1
Line Count
3
Source Line
391
Source File
src/NHibernate/Mapping/Collection.cs

                        if ( !Key.IsValid(mapping))
                        {
                                throw new MappingException(string.Format("collection foreign key mapping has wrong number of columns: {0} type: {1}", Role, Key.Type.Name));
                        }


Clone Instance
2
Line Count
3
Source Line
395
Source File
src/NHibernate/Mapping/Collection.cs

                        if ( !Element.IsValid(mapping))
                        {
                                throw new MappingException(string.Format("collection element mapping has wrong number of columns: {0} type: {1}", Role, Element.Type.Name));
                        }


Clone Instance
3
Line Count
4
Source Line
56
Source File
src/NHibernate/Mapping/IdentifierCollection.cs

                        if ( !Identifier.IsValid(mapping))
                        {
                                throw new MappingException(
                                        string.Format("collection id mapping has wrong number of columns: {0} type: {1}", Role, Identifier.Type.Name));
                        }


Clone Instance
4
Line Count
4
Source Line
76
Source File
src/NHibernate/Mapping/IndexedCollection.cs

                        if ( !Index.IsValid(mapping))
                        {
                                throw new MappingException(
                                        string.Format("collection index mapping has wrong number of columns: {0} type: {1}", Role, Index.Type.Name));
                        }


Clone Instance
5
Line Count
5
Source Line
372
Source File
src/NHibernate/Mapping/RootClass.cs

                        if ( !Identifier.IsValid(mapping))
                        {
                                throw new MappingException(
                                        string.Format("identifier mapping has wrong number of columns: {0} type: {1}", EntityName,
                                                      Identifier.Type.Name));
                        }


Clone AbstractionParameter Count: 3Parameter Bindings

if ( ! [[#variable5eb0c5a0]].IsValid(mapping))
{
   throw new MappingException(string.Format( [[#variable5eb0c540]], [[#variable5eb0c4c0]], [[#variable5eb0c5a0]].Type.Name));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5eb0c5a0]]
Identifier 
12[[#5eb0c5a0]]
Index 
13[[#5eb0c5a0]]
Identifier 
14[[#5eb0c5a0]]
Key 
15[[#5eb0c5a0]]
Element 
21[[#5eb0c540]]
"identifier mapping has wrong number of columns: {0} type: {1}" 
22[[#5eb0c540]]
"collection index mapping has wrong number of columns: {0} type: {1}" 
23[[#5eb0c540]]
"collection id mapping has wrong number of columns: {0} type: {1}" 
24[[#5eb0c540]]
"collection foreign key mapping has wrong number of columns: {0} type: {1}" 
25[[#5eb0c540]]
"collection element mapping has wrong number of columns: {0} type: {1}" 
31[[#5eb0c4c0]]
EntityName 
32[[#5eb0c4c0]]
Role 
33[[#5eb0c4c0]]
Role 
34[[#5eb0c4c0]]
Role 
35[[#5eb0c4c0]]
Role