CloneSet399


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
19640.952class_member_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
119169
src/NHibernate.Test/Events/Collections/CollectionListeners.cs
219187
src/NHibernate.Test/Events/Collections/CollectionListeners.cs
319205
src/NHibernate.Test/Events/Collections/CollectionListeners.cs
419223
src/NHibernate.Test/Events/Collections/CollectionListeners.cs
519241
src/NHibernate.Test/Events/Collections/CollectionListeners.cs
616259
src/NHibernate.Test/Events/Collections/CollectionListeners.cs
Clone Instance
1
Line Count
19
Source Line
169
Source File
src/NHibernate.Test/Events/Collections/CollectionListeners.cs

                #endregion
                #region Nested type: PostCollectionRecreateListener
                public class PostCollectionRecreateListener : AbstractListener, IPostCollectionRecreateEventListener
                {
                        public PostCollectionRecreateListener(CollectionListeners listeners) : base(listeners) {
                                                                                                               }

                        #region IPostCollectionRecreateEventListener Members
                        public void OnPostRecreateCollection(PostCollectionRecreateEvent @event)
                        {
                                AddEvent(@event, this );
                        }

                        #endregion
                }



Clone Instance
2
Line Count
19
Source Line
187
Source File
src/NHibernate.Test/Events/Collections/CollectionListeners.cs

                #endregion
                #region Nested type: PostCollectionRemoveListener
                public class PostCollectionRemoveListener : AbstractListener, IPostCollectionRemoveEventListener
                {
                        public PostCollectionRemoveListener(CollectionListeners listeners) : base(listeners) {
                                                                                                             }

                        #region IPostCollectionRemoveEventListener Members
                        public void OnPostRemoveCollection(PostCollectionRemoveEvent @event)
                        {
                                AddEvent(@event, this );
                        }

                        #endregion
                }



Clone Instance
3
Line Count
19
Source Line
205
Source File
src/NHibernate.Test/Events/Collections/CollectionListeners.cs

                #endregion
                #region Nested type: PostCollectionUpdateListener
                public class PostCollectionUpdateListener : AbstractListener, IPostCollectionUpdateEventListener
                {
                        public PostCollectionUpdateListener(CollectionListeners listeners) : base(listeners) {
                                                                                                             }

                        #region IPostCollectionUpdateEventListener Members
                        public void OnPostUpdateCollection(PostCollectionUpdateEvent @event)
                        {
                                AddEvent(@event, this );
                        }

                        #endregion
                }



Clone Instance
4
Line Count
19
Source Line
223
Source File
src/NHibernate.Test/Events/Collections/CollectionListeners.cs

                #endregion
                #region Nested type: PreCollectionRecreateListener
                public class PreCollectionRecreateListener : AbstractListener, IPreCollectionRecreateEventListener
                {
                        public PreCollectionRecreateListener(CollectionListeners listeners) : base(listeners) {
                                                                                                              }

                        #region IPreCollectionRecreateEventListener Members
                        public void OnPreRecreateCollection(PreCollectionRecreateEvent @event)
                        {
                                AddEvent(@event, this );
                        }

                        #endregion
                }



Clone Instance
5
Line Count
19
Source Line
241
Source File
src/NHibernate.Test/Events/Collections/CollectionListeners.cs

                #endregion
                #region Nested type: PreCollectionRemoveListener
                public class PreCollectionRemoveListener : AbstractListener, IPreCollectionRemoveEventListener
                {
                        public PreCollectionRemoveListener(CollectionListeners listeners) : base(listeners) {
                                                                                                            }

                        #region IPreCollectionRemoveEventListener Members
                        public void OnPreRemoveCollection(PreCollectionRemoveEvent @event)
                        {
                                AddEvent(@event, this );
                        }

                        #endregion
                }



Clone Instance
6
Line Count
16
Source Line
259
Source File
src/NHibernate.Test/Events/Collections/CollectionListeners.cs

                #endregion
                #region Nested type: PreCollectionUpdateListener
                public class PreCollectionUpdateListener : AbstractListener, IPreCollectionUpdateEventListener
                {
                        public PreCollectionUpdateListener(CollectionListeners listeners) : base(listeners) {
                                                                                                            }

                        #region IPreCollectionUpdateEventListener Members
                        public void OnPreUpdateCollection(PreCollectionUpdateEvent @event)
                        {
                                AddEvent(@event, this );
                        }

                        #endregion
                }



Clone AbstractionParameter Count: 4Parameter Bindings

#endregion
#region Nested type: PostCollectionRecreateListener
#region Nested type: PostCollectionRemoveListener
#region Nested type: PostCollectionUpdateListener
#region Nested type: PreCollectionRecreateListener
#region Nested type: PreCollectionRemoveListener
#region Nested type: PreCollectionUpdateListener
public class [[#variable5eb5bc00]]: AbstractListener, [[#variable584c8ca0]]
{
   public [[#variable5eb5bc00]](CollectionListeners listeners): base(listeners)
   {
   }

   #region IPostCollectionRecreateEventListener Members
   #region IPostCollectionRemoveEventListener Members
   #region IPostCollectionUpdateEventListener Members
   #region IPreCollectionRecreateEventListener Members
   #region IPreCollectionRemoveEventListener Members
   #region IPreCollectionUpdateEventListener Members
   public void [[#variable5eb5b9c0]]( [[#variable5eb5b960]]@event)
   {
      AddEvent(@event, this );
   }

#endregion
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5eb5bc00]]
PostCollectionRecreateListener 
12[[#5eb5bc00]]
PostCollectionRemoveListener 
13[[#5eb5bc00]]
PostCollectionUpdateListener 
14[[#5eb5bc00]]
PreCollectionRecreateListener 
15[[#5eb5bc00]]
PreCollectionRemoveListener 
16[[#5eb5bc00]]
PreCollectionUpdateListener 
21[[#584c8ca0]]
IPostCollectionRecreateEventListener 
22[[#584c8ca0]]
IPostCollectionRemoveEventListener 
23[[#584c8ca0]]
IPostCollectionUpdateEventListener 
24[[#584c8ca0]]
IPreCollectionRecreateEventListener 
25[[#584c8ca0]]
IPreCollectionRemoveEventListener 
26[[#584c8ca0]]
IPreCollectionUpdateEventListener 
31[[#5eb5b9c0]]
OnPostRecreateCollection 
32[[#5eb5b9c0]]
OnPostRemoveCollection 
33[[#5eb5b9c0]]
OnPostUpdateCollection 
34[[#5eb5b9c0]]
OnPreRecreateCollection 
35[[#5eb5b9c0]]
OnPreRemoveCollection 
36[[#5eb5b9c0]]
OnPreUpdateCollection 
41[[#5eb5b960]]
PostCollectionRecreateEvent 
42[[#5eb5b960]]
PostCollectionRemoveEvent 
43[[#5eb5b960]]
PostCollectionUpdateEvent 
44[[#5eb5b960]]
PreCollectionRecreateEvent 
45[[#5eb5b960]]
PreCollectionRemoveEvent 
46[[#5eb5b960]]
PreCollectionUpdateEvent