Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 0 | 1.000 | class_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 52 | src/NHibernate/Cfg/ConfigurationSchema/EventConfiguration.cs |
2 | 7 | 198 | src/NHibernate/Cfg/ConfigurationSchema/SessionFactoryConfiguration.cs |
| ||||
private IList<ListenerConfiguration> listeners = new List<ListenerConfiguration> (); /// <summary> /// Listeners for this event. /// </summary> public IList<ListenerConfiguration> Listeners { get { return listeners; } } |
| ||||
private IList<ListenerConfiguration> listeners = new List<ListenerConfiguration> (); /// <summary> /// Session factory listener configurations. /// </summary> public IList<ListenerConfiguration> Listeners { get { return listeners; } } |
| |||
private IList<ListenerConfiguration> listeners = new List<ListenerConfiguration> (); /// <summary> /// Listeners for this event. /// Session factory listener configurations. /// </summary> public IList<ListenerConfiguration> Listeners { get { return listeners; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |