Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
21 | 2 | 5 | 0.978 | class_member_declarations[10] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 21 | 313 | src/NHibernate/Hql/Ast/ANTLR/Generated/HqlSqlWalker.cs |
2 | 21 | 321 | src/NHibernate/Hql/Ast/ANTLR/Generated/SqlGenerator.cs |
| ||||
public const int EOF = - 1; public const int CLOSE = 101; public const int AVG = 9; public const int SELECT_CLAUSE = 135; public const int BXOR = 111; public const int STAR = 115; public const int NOT = 38; public const int JAVA_CONSTANT = 97; // delegates // delegators public HqlSqlWalker(ITreeNodeStream input) : this(input, new RecognizerSharedState()) { } public HqlSqlWalker(ITreeNodeStream input, RecognizerSharedState state) : base(input, state) { InitializeCyclicDFAs(); } |
| ||||
public const int EOF = - 1; public const int CLOSE = 101; public const int AVG = 9; public const int SELECT_CLAUSE = 135; public const int STAR = 115; public const int BXOR = 111; public const int NOT = 38; public const int JAVA_CONSTANT = 97; // delegates // delegators public SqlGenerator(ITreeNodeStream input) : this(input, new RecognizerSharedState()) { } public SqlGenerator(ITreeNodeStream input, RecognizerSharedState state) : base(input, state) { InitializeCyclicDFAs(); } |
| |||
public const int EOF = - 1; public const int CLOSE = 101; public const int AVG = 9; public const int SELECT_CLAUSE = 135; public const int [[#variable6e110040]]= [[#variable6e110060]]; public const int [[#variable6e1102e0]]= [[#variable6f590b20]]; public const int NOT = 38; public const int JAVA_CONSTANT = 97; // delegates // delegators public [[#variable54a93fc0]](ITreeNodeStream input): this(input, new RecognizerSharedState()) { } public [[#variable54a93fc0]](ITreeNodeStream input, RecognizerSharedState state): base(input, state) { InitializeCyclicDFAs(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6e110040]] | STAR |
1 | 2 | [[#6e110040]] | BXOR |
2 | 1 | [[#6e110060]] | 115 |
2 | 2 | [[#6e110060]] | 111 |
3 | 1 | [[#6e1102e0]] | BXOR |
3 | 2 | [[#6e1102e0]] | STAR |
4 | 1 | [[#6f590b20]] | 111 |
4 | 2 | [[#6f590b20]] | 115 |
5 | 1 | [[#54a93fc0]] | SqlGenerator |
5 | 2 | [[#54a93fc0]] | HqlSqlWalker |