You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vyacheslav Koptilin (Jira)" <ji...@apache.org> on 2021/01/15 13:46:00 UTC

[jira] [Updated] (IGNITE-14000) Ignite 3.0: Fix codestyle for cli and cli-common packages

     [ https://issues.apache.org/jira/browse/IGNITE-14000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vyacheslav Koptilin updated IGNITE-14000:
-----------------------------------------
    Description: 
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")

[1] https://cwiki.apache.org/confluence/display/IGNITE/Coding+Guidelines

  was:
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")


> 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
>            Priority: Major
>             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")
> [1] https://cwiki.apache.org/confluence/display/IGNITE/Coding+Guidelines



--
This message was sent by Atlassian Jira
(v8.3.4#803005)