Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 6 | 0 | 1.000 | statement_list[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 48 | src/NHibernate.ByteCode.Castle.Tests/ProxyInterface/CastleProxyFixture.cs |
2 | 8 | 24 | src/NHibernate.ByteCode.LinFu.Tests/ProxyInterface/ProxyFixture.cs |
3 | 8 | 24 | src/NHibernate.ByteCode.Spring.Tests/ProxyInterface/ProxyFixture.cs |
4 | 6 | 2919 | src/NHibernate.Test/Legacy/FooBarTest.cs |
5 | 6 | 2966 | src/NHibernate.Test/Legacy/FooBarTest.cs |
6 | 8 | 4779 | 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); |
| ||||
formatter.Serialize(stream, s); // Close the original session s.Close(); // Deserialize the session stream.Position = 0; s = (ISession) formatter.Deserialize(stream); |
| ||||
formatter.Serialize(stream, s); // Close the original session s.Close(); // Deserialize the session stream.Position = 0; s = (ISession) formatter.Deserialize(stream); |
| ||||
formatter.Serialize(stream, s); s.Close(); stream.Position = 0; s = (ISession) formatter.Deserialize(stream); |
| ||||
formatter.Serialize(stream, s); s.Close(); stream.Position = 0; s = (ISession) formatter.Deserialize(stream); |
| ||||
formatter.Serialize(stream, s); // close the original session s.Close(); // deserialize the session stream.Position = 0; s = (ISession) formatter.Deserialize(stream); |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |