You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2016/01/25 15:18:39 UTC

[jira] [Created] (IGNITE-2447) ODBC: Consistent naming of Java classes.

Vladimir Ozerov created IGNITE-2447:
---------------------------------------

             Summary: ODBC: Consistent naming of Java classes.
                 Key: IGNITE-2447
                 URL: https://issues.apache.org/jira/browse/IGNITE-2447
             Project: Ignite
          Issue Type: Sub-task
          Components: odbc
    Affects Versions: 1.5.0.final
            Reporter: Vladimir Ozerov
            Assignee: Igor Sapego
             Fix For: 1.6


We usually name Java classes as follows: [Component][Name]. Also we do not use "Grid" prefix anymore. All existing "Grid*" classes are legacy from GridGain days.

Please rename the classes as follows:
{code}
GridOdbcParser -> OdbcParser
GridTcpOdbcNioListener -> OdbcTcpNioListener
etc.
{code}

Also we usually do not split classes into multiple packages unless it is really needed. You can safely put all classes into a single package "org.apache.ignite.internal.processors.odbc".



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)