Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 3 | 0.981 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 22 | src/NHibernate.Test/NHSpecificTest/NH1515/Fixture.cs |
2 | 6 | 30 | src/NHibernate.Test/NHSpecificTest/NH1515/Fixture.cs |
| ||||
[Test] public void NoExceptionForMethod() { ICollection<string> errs = pv.ValidateType( typeof(ClassWithInternal)); Assert.That(errs, Is.Not.Null); Assert.That(errs.Count, Is.EqualTo(1)); } |
| ||||
[Test] public void NoExceptionForProperty() { ICollection<string> errs = pv.ValidateType( typeof(ClassWithInternalProperty)); Assert.That(errs, Is.Not.Null); Assert.That(errs.Count, Is.EqualTo(2)); } |
| |||
[Test] public void [[#variable27cad720]]() { ICollection<string> errs = pv.ValidateType( typeof( [[#variable6af70120]])); Assert.That(errs, Is.Not.Null); Assert.That(errs.Count, Is.EqualTo( [[#variable6af70140]])); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#27cad720]] | NoExceptionForMethod |
1 | 2 | [[#27cad720]] | NoExceptionForProperty |
2 | 1 | [[#6af70120]] | ClassWithInternal |
2 | 2 | [[#6af70120]] | ClassWithInternalProperty |
3 | 1 | [[#6af70140]] | 1 |
3 | 2 | [[#6af70140]] | 2 |