Alexey Goncharuk created IGNITE-14000:
-----------------------------------------
Summary: Ignite 3.0: Fix codestyle for cli and cli-common packages
Key: IGNITE-14000
URL:
https://issues.apache.org/jira/browse/IGNITE-14000 Project: Ignite
Issue Type: Bug
Reporter: Alexey Goncharuk
Fix For: 3.0
Currently, the listed modules do not conform Ignite Coding Giudelines [1]:
* classes are poorly formatted (e.g. braces for one-line if/for statements, invalid spacing for fields and statements blocks)
* classes lack proper javadocs
* packages missing package-info.java
* code contains TODOs without tickets (tickets either should be created or TODOs removed/fixed)
* code contains commented code blocks
* Some error messages should be fixed ("Fail to..." -> "Failed to...", remove usages of "Please")
--
This message was sent by Atlassian Jira
(v8.3.4#803005)