You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Mashenkov (Jira)" <ji...@apache.org> on 2021/07/22 10:49:00 UTC

[jira] [Updated] (IGNITE-15150) Fix javadoc in Cli module.

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

Andrey Mashenkov updated IGNITE-15150:
--------------------------------------
    Description: 
Let's fix Javadoc styles regarding the policy.

Startpoint is to remove modules from excludes 

{noformat}
./check-rules/checkstyle-disabled-modules.xml
{noformat}

and run 

{code:java}
mvn clean checkstyle:checkstyle-aggregate -P javadoc-public-api
{code}


  was:
Let's fix Javadoc styles regarding the policy.

Startpoint is to remove modules from excludes and run 

{code:java}
mvn clean checkstyle:checkstyle-aggregate -P javadoc-public-api
{code}



> Fix javadoc in Cli module.
> --------------------------
>
>                 Key: IGNITE-15150
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15150
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Andrey Mashenkov
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.0.0-alpha3
>
>
> Let's fix Javadoc styles regarding the policy.
> Startpoint is to remove modules from excludes 
> {noformat}
> ./check-rules/checkstyle-disabled-modules.xml
> {noformat}
> and run 
> {code:java}
> mvn clean checkstyle:checkstyle-aggregate -P javadoc-public-api
> {code}



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