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)