[jira] [Created] (IGNITE-7373) Fix style guide violations and imprecise naming in SqlParser-related code

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-7373) Fix style guide violations and imprecise naming in SqlParser-related code

Anton Vinogradov (Jira)
Kirill Shirokov created IGNITE-7373:
---------------------------------------

             Summary: Fix style guide violations and imprecise naming in SqlParser-related code
                 Key: IGNITE-7373
                 URL: https://issues.apache.org/jira/browse/IGNITE-7373
             Project: Ignite
          Issue Type: Bug
          Components: sql
    Affects Versions: 2.4
            Reporter: Kirill Shirokov
            Priority: Minor


SQL parser implementation contains many abbreviation rule violations (for instance, token instead of tok) and imprecise names (e.g.: SqlParserUtils.skipIfMatches throws an exception if the token doesn't match, although the name doesn't reflect this. 'accept' or 'skip' without 'if' would be more precise)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)