CloneSet472


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2820.971block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13399
src/NHibernate/Util/CollectionHelper.cs
23429
src/NHibernate/Util/CollectionHelper.cs
32515
src/NHibernate/Util/CollectionHelper.cs
42520
src/NHibernate/Util/CollectionHelper.cs
51533
src/NHibernate/Util/CollectionHelper.cs
62551
src/NHibernate/Util/CollectionHelper.cs
72556
src/NHibernate/Util/CollectionHelper.cs
82570
src/NHibernate/Util/CollectionHelper.cs
Clone Instance
1
Line Count
3
Source Line
399
Source File
src/NHibernate/Util/CollectionHelper.cs

                                {
                                        throw new InvalidOperationException(
                                                string.Format("EmptyEnumerator<{0},{1}>.KeyValuePair", typeof(TKey), typeof(TValue)));
                                }


Clone Instance
2
Line Count
3
Source Line
429
Source File
src/NHibernate/Util/CollectionHelper.cs

                                {
                                        throw new InvalidOperationException(
                                                string.Format("EmptyEnumerator<{0},{1}>.Current", typeof(TKey), typeof(TValue)));
                                }


Clone Instance
3
Line Count
2
Source Line
515
Source File
src/NHibernate/Util/CollectionHelper.cs

                        {
                                throw new NotSupportedException(string.Format("EmptyMapClass<{0},{1}>.Add", typeof(TKey), typeof(TValue)));
                        }


Clone Instance
4
Line Count
2
Source Line
520
Source File
src/NHibernate/Util/CollectionHelper.cs

                        {
                                throw new NotSupportedException(string.Format("EmptyMapClass<{0},{1}>.Remove", typeof(TKey), typeof(TValue)));
                        }


Clone Instance
5
Line Count
1
Source Line
533
Source File
src/NHibernate/Util/CollectionHelper.cs

                                    { throw new NotSupportedException(string.Format("EmptyMapClass<{0},{1}>.set_Item", typeof(TKey), typeof(TValue)));
                                    }


Clone Instance
6
Line Count
2
Source Line
551
Source File
src/NHibernate/Util/CollectionHelper.cs

                        {
                                throw new NotSupportedException(string.Format("EmptyMapClass<{0},{1}>.Add", typeof(TKey), typeof(TValue)));
                        }


Clone Instance
7
Line Count
2
Source Line
556
Source File
src/NHibernate/Util/CollectionHelper.cs

                        {
                                throw new NotSupportedException(string.Format("EmptyMapClass<{0},{1}>.Clear", typeof(TKey), typeof(TValue)));
                        }


Clone Instance
8
Line Count
2
Source Line
570
Source File
src/NHibernate/Util/CollectionHelper.cs

                        {
                                throw new NotSupportedException(string.Format("EmptyMapClass<{0},{1}>.Remove", typeof(TKey), typeof(TValue)));
                        }


Clone AbstractionParameter Count: 2Parameter Bindings

{
   throw new [[#variable5f73dfa0]](string.Format( [[#variable5f73df00]], typeof(TKey), typeof(TValue)));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5f73dfa0]]
NotSupportedException 
12[[#5f73dfa0]]
NotSupportedException 
13[[#5f73dfa0]]
InvalidOperationException 
14[[#5f73dfa0]]
InvalidOperationException 
15[[#5f73dfa0]]
NotSupportedException 
16[[#5f73dfa0]]
NotSupportedException 
17[[#5f73dfa0]]
NotSupportedException 
18[[#5f73dfa0]]
NotSupportedException 
21[[#5f73df00]]
"EmptyMapClass<{0},{1}>.Add" 
22[[#5f73df00]]
"EmptyMapClass<{0},{1}>.Remove" 
23[[#5f73df00]]
"EmptyEnumerator<{0},{1}>.KeyValuePair" 
24[[#5f73df00]]
"EmptyEnumerator<{0},{1}>.Current" 
25[[#5f73df00]]
"EmptyMapClass<{0},{1}>.set_Item" 
26[[#5f73df00]]
"EmptyMapClass<{0},{1}>.Clear" 
27[[#5f73df00]]
"EmptyMapClass<{0},{1}>.Add" 
28[[#5f73df00]]
"EmptyMapClass<{0},{1}>.Remove"