CloneSet1175


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.993class_member_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1472
src/NHibernate/StaleObjectStateException.cs
2471
src/NHibernate/WrongClassException.cs
Clone Instance
1
Line Count
4
Source Line
72
Source File
src/NHibernate/StaleObjectStateException.cs

                #region ISerializable Members
                /// <summary>
                /// Initializes a new instance of the <see cref="StaleObjectStateException"/> class
                /// with serialized data.
                /// </summary>
                /// <param name="info">
                /// The <see cref="SerializationInfo"/> that holds the serialized object 
                /// data about the exception being thrown.
                /// </param>
                /// <param name="context">
                /// The <see cref="StreamingContext"/> that contains contextual information about the source or destination.
                /// </param>
                protected StaleObjectStateException(SerializationInfo info, StreamingContext context) : base(info, context)
                {
                        entityName = info.GetValue("entityName", typeof(string)) as string ;
                        identifier = info.GetValue("identifier", typeof(object));
                }



Clone Instance
2
Line Count
4
Source Line
71
Source File
src/NHibernate/WrongClassException.cs

                #region ISerializable Members
                /// <summary>
                /// Initializes a new instance of the <see cref="WrongClassException"/> class
                /// with serialized data.
                /// </summary>
                /// <param name="info">
                /// The <see cref="SerializationInfo"/> that holds the serialized object 
                /// data about the exception being thrown.
                /// </param>
                /// <param name="context">
                /// The <see cref="StreamingContext"/> that contains contextual information about the source or destination.
                /// </param>
                protected WrongClassException(SerializationInfo info, StreamingContext context) : base(info, context)
                {
                        entityName = info.GetValue("entityName", typeof(string)) as string ;
                        identifier = info.GetValue("identifier", typeof(object));
                }



Clone AbstractionParameter Count: 1Parameter Bindings

#region ISerializable Members
/// <summary>
/// Initializes a new instance of the <see cref="StaleObjectStateException"/> class
/// Initializes a new instance of the <see cref="WrongClassException"/> class
/// with serialized data.
/// </summary>
/// <param name="info">
/// The <see cref="SerializationInfo"/> that holds the serialized object 
/// data about the exception being thrown.
/// </param>
/// <param name="context">
/// The <see cref="StreamingContext"/> that contains contextual information about the source or destination.
/// </param>
protected [[#variable67da7f40]](SerializationInfo info, StreamingContext context): base(info, context)
{
   entityName = info.GetValue("entityName", typeof(string)) as string ;
   identifier = info.GetValue("identifier", typeof(object));
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#67da7f40]]
StaleObjectStateException 
12[[#67da7f40]]
WrongClassException