CloneSet417


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8601.000statement_list[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1848
src/NHibernate.ByteCode.Castle.Tests/ProxyInterface/CastleProxyFixture.cs
2824
src/NHibernate.ByteCode.LinFu.Tests/ProxyInterface/ProxyFixture.cs
3824
src/NHibernate.ByteCode.Spring.Tests/ProxyInterface/ProxyFixture.cs
462919
src/NHibernate.Test/Legacy/FooBarTest.cs
562966
src/NHibernate.Test/Legacy/FooBarTest.cs
684779
src/NHibernate.Test/Legacy/FooBarTest.cs
Clone Instance
1
Line Count
8
Source Line
48
Source File
src/NHibernate.ByteCode.Castle.Tests/ProxyInterface/CastleProxyFixture.cs

                                formatter.Serialize(stream, s);

                                // Close the original session
                                s.Close();

                                // Deserialize the session
                                stream.Position = 0;
                                s = (ISession) formatter.Deserialize(stream);


Clone Instance
2
Line Count
8
Source Line
24
Source File
src/NHibernate.ByteCode.LinFu.Tests/ProxyInterface/ProxyFixture.cs

                                formatter.Serialize(stream, s);

                                // Close the original session
                                s.Close();

                                // Deserialize the session
                                stream.Position = 0;
                                s = (ISession) formatter.Deserialize(stream);


Clone Instance
3
Line Count
8
Source Line
24
Source File
src/NHibernate.ByteCode.Spring.Tests/ProxyInterface/ProxyFixture.cs

                                formatter.Serialize(stream, s);

                                // Close the original session
                                s.Close();

                                // Deserialize the session
                                stream.Position = 0;
                                s = (ISession) formatter.Deserialize(stream);


Clone Instance
4
Line Count
6
Source Line
2919
Source File
src/NHibernate.Test/Legacy/FooBarTest.cs

                        formatter.Serialize(stream, s);

                        s.Close();

                        stream.Position = 0;
                        s = (ISession) formatter.Deserialize(stream);


Clone Instance
5
Line Count
6
Source Line
2966
Source File
src/NHibernate.Test/Legacy/FooBarTest.cs

                        formatter.Serialize(stream, s);

                        s.Close();

                        stream.Position = 0;
                        s = (ISession) formatter.Deserialize(stream);


Clone Instance
6
Line Count
8
Source Line
4779
Source File
src/NHibernate.Test/Legacy/FooBarTest.cs

                        formatter.Serialize(stream, s);

                        // close the original session
                        s.Close();

                        // deserialize the session
                        stream.Position = 0;
                        s = (ISession) formatter.Deserialize(stream);


Clone AbstractionParameter Count: 0Parameter Bindings

formatter.Serialize(stream, s);
// Close the original session
// close the original session
s.Close();
// Deserialize the session
// deserialize the session
stream.Position = 0;
s = (ISession)formatter.Deserialize(stream);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None