Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 3 | 0.952 | class_member_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 22 | src/NHibernate.Test/DialectTest/DialectFixture.cs |
2 | 3 | 25 | src/NHibernate/Hql/Ast/ANTLR/Tree/DotNode.cs |
3 | 3 | 17 | src/NHibernate/Hql/Ast/ANTLR/Tree/IdentNode.cs |
| ||||
private const int BeforeQuoteIndex = 0; private const int AfterQuoteIndex = 1; private const int AfterUnquoteIndex = 2; |
| ||||
private const int DerefUnknown = 0; private const int DerefEntity = 1; private const int DerefComponent = 2; |
| ||||
private const int Unknown = 0; private const int PropertyRef = 1; private const int ComponentRef = 2; |
| |||
private const int [[#variable6e6bd320]]= 0; private const int [[#variable6e6bd2e0]]= 1; private const int [[#variable6e6bd2a0]]= 2; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6e6bd320]] | DerefUnknown |
1 | 2 | [[#6e6bd320]] | Unknown |
1 | 3 | [[#6e6bd320]] | BeforeQuoteIndex |
2 | 1 | [[#6e6bd2e0]] | DerefEntity |
2 | 2 | [[#6e6bd2e0]] | PropertyRef |
2 | 3 | [[#6e6bd2e0]] | AfterQuoteIndex |
3 | 1 | [[#6e6bd2a0]] | DerefComponent |
3 | 2 | [[#6e6bd2a0]] | ComponentRef |
3 | 3 | [[#6e6bd2a0]] | AfterUnquoteIndex |