Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
14 | 3 | 2 | 0.971 | compilation_unit |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 14 | 1 | src/NHibernate.ByteCode.Castle.Tests/ProxyInterface/CastleProxy.cs |
2 | 11 | 1 | src/NHibernate.ByteCode.LinFu.Tests/ProxyInterface/IMyProxy.cs |
3 | 11 | 1 | src/NHibernate.ByteCode.Spring.Tests/ProxyInterface/IMyProxy.cs |
| ||||
namespace NHibernate.ByteCode.Castle.Tests.ProxyInterface { /// <summary> /// Summary description for CastleProxy. /// </summary> public interface CastleProxy { int Id { get; set; } string Name { get; set; } void ThrowDeepException(); } } |
| ||||
namespace NHibernate.ByteCode.LinFu.Tests.ProxyInterface { public interface IMyProxy { int Id { get; set; } string Name { get; set; } void ThrowDeepException(); } } |
| ||||
namespace NHibernate.ByteCode.Spring.Tests.ProxyInterface { public interface IMyProxy { int Id { get; set; } string Name { get; set; } void ThrowDeepException(); } } |
| |||
namespace NHibernate.ByteCode. [[#variable67ad0360]].Tests.ProxyInterface { /// <summary> /// Summary description for CastleProxy. /// </summary> public interface [[#variable67ad12a0]] { int Id { get; set; } string Name { get; set; } void ThrowDeepException(); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#67ad0360]] | Castle |
1 | 2 | [[#67ad0360]] | LinFu |
1 | 3 | [[#67ad0360]] | Spring |
2 | 1 | [[#67ad12a0]] | CastleProxy |
2 | 2 | [[#67ad12a0]] | IMyProxy |
2 | 3 | [[#67ad12a0]] | IMyProxy |