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

[jira] [Updated] (IGNITE-15348) Checkstyle should check whitespace after cast token.

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

Maksim Timonin updated IGNITE-15348:
------------------------------------
    Ignite Flags:   (was: Docs Required,Release Notes Required)

> Checkstyle should check whitespace after cast token. 
> -----------------------------------------------------
>
>                 Key: IGNITE-15348
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15348
>             Project: Ignite
>          Issue Type: New Feature
>            Reporter: Maksim Timonin
>            Priority: Major
>              Labels: newbie
>
> According to Ignite code style [1]  there shouldn't a whitespace after the ")" token. Let's add check for that.
>  
> Solution is add the TYPECAST token to the NoWhitespaceAfter  module
> <module name="NoWhitespaceAfter">
>  <property name="tokens" value="AT, INC, DEC, UNARY_MINUS, UNARY_PLUS, BNOT, LNOT, DOT, ARRAY_DECLARATOR,
>  INDEX_OP, METHOD_REF, TYPECAST"/>
> </module>
>  
> Also it is required to fix all issues within repo.
>  
> [1] https://cwiki.apache.org/confluence/display/IGNITE/Coding+Guidelines#CodingGuidelines-Whitespacesandemptylines



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