Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 3 | 0.951 | class_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 21 | src/NHibernate/Event/Default/AbstractFlushingEventListener.cs |
2 | 5 | 31 | src/NHibernate/Event/Default/AbstractSaveEventListener.cs |
| ||||
private static readonly ILog log = LogManager.GetLogger( typeof( AbstractFlushingEventListener)); protected virtual object Anything { get { return null; } } |
| ||||
private static readonly ILog log = LogManager.GetLogger( typeof(AbstractSaveEventListener)); protected virtual bool ? AssumedUnsaved { get { return null; } } |
| |||
private static readonly ILog log = LogManager.GetLogger( typeof( [[#variable6f5622e0]])); protected virtual [[#variable687b66c0]] [[#variable6f5621c0]] { get { return null; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6f5622e0]] | AbstractFlushingEventListener |
1 | 2 | [[#6f5622e0]] | AbstractSaveEventListener |
2 | 1 | [[#687b66c0]] | object |
2 | 2 | [[#687b66c0]] | bool ? |
3 | 1 | [[#6f5621c0]] | Anything |
3 | 2 | [[#6f5621c0]] | AssumedUnsaved |