Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.986 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 21 | src/NHibernate.Test/NHSpecificTest/NH247/Fixture.cs |
2 | 6 | 65 | src/NHibernate.Test/Subclass/EnumDiscriminator/EnumDiscriminatorFixture.cs |
| ||||
protected override void OnTearDown() { using (ISession s = OpenSession()) { s.Delete("from LiteralDescription"); s.Flush(); } } |
| ||||
protected override void OnTearDown() { using (ISession s = OpenSession()) { s.Delete("from Baz"); s.Flush(); } } |
| |||
protected override void OnTearDown() { using (ISession s = OpenSession()) { s.Delete( [[#variable67b2c200]]); s.Flush(); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#67b2c200]] | "from LiteralDescription" |
1 | 2 | [[#67b2c200]] | "from Baz" |