Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
19 | 6 | 4 | 0.952 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 19 | 169 | src/NHibernate.Test/Events/Collections/CollectionListeners.cs |
2 | 19 | 187 | src/NHibernate.Test/Events/Collections/CollectionListeners.cs |
3 | 19 | 205 | src/NHibernate.Test/Events/Collections/CollectionListeners.cs |
4 | 19 | 223 | src/NHibernate.Test/Events/Collections/CollectionListeners.cs |
5 | 19 | 241 | src/NHibernate.Test/Events/Collections/CollectionListeners.cs |
6 | 16 | 259 | 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 } |
| ||||
#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 } |
| ||||
#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 } |
| ||||
#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 } |
| ||||
#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 } |
| ||||
#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 } |
| |||
#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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5eb5bc00]] | PostCollectionRecreateListener |
1 | 2 | [[#5eb5bc00]] | PostCollectionRemoveListener |
1 | 3 | [[#5eb5bc00]] | PostCollectionUpdateListener |
1 | 4 | [[#5eb5bc00]] | PreCollectionRecreateListener |
1 | 5 | [[#5eb5bc00]] | PreCollectionRemoveListener |
1 | 6 | [[#5eb5bc00]] | PreCollectionUpdateListener |
2 | 1 | [[#584c8ca0]] | IPostCollectionRecreateEventListener |
2 | 2 | [[#584c8ca0]] | IPostCollectionRemoveEventListener |
2 | 3 | [[#584c8ca0]] | IPostCollectionUpdateEventListener |
2 | 4 | [[#584c8ca0]] | IPreCollectionRecreateEventListener |
2 | 5 | [[#584c8ca0]] | IPreCollectionRemoveEventListener |
2 | 6 | [[#584c8ca0]] | IPreCollectionUpdateEventListener |
3 | 1 | [[#5eb5b9c0]] | OnPostRecreateCollection |
3 | 2 | [[#5eb5b9c0]] | OnPostRemoveCollection |
3 | 3 | [[#5eb5b9c0]] | OnPostUpdateCollection |
3 | 4 | [[#5eb5b9c0]] | OnPreRecreateCollection |
3 | 5 | [[#5eb5b9c0]] | OnPreRemoveCollection |
3 | 6 | [[#5eb5b9c0]] | OnPreUpdateCollection |
4 | 1 | [[#5eb5b960]] | PostCollectionRecreateEvent |
4 | 2 | [[#5eb5b960]] | PostCollectionRemoveEvent |
4 | 3 | [[#5eb5b960]] | PostCollectionUpdateEvent |
4 | 4 | [[#5eb5b960]] | PreCollectionRecreateEvent |
4 | 5 | [[#5eb5b960]] | PreCollectionRemoveEvent |
4 | 6 | [[#5eb5b960]] | PreCollectionUpdateEvent |