[
https://issues.apache.org/jira/browse/IGNITE-15348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17445659#comment-17445659
]
Ignite TC Bot commented on IGNITE-15348:
----------------------------------------
{panel:title=Branch: [pull/9568/head] Base: [master] : Possible Blockers
(1)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}Platform C++ CMake (Win x64 / Release){color} [[tests 0 Exit
Code |https://ci.ignite.apache.org/viewLog.html?buildId=6275183]]
{panel}
{panel:title=Branch: [pull/9568/head] Base: [master] : No new tests
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}{panel}
[TeamCity *--> Run :: All*
Results|https://ci.ignite.apache.org/viewLog.html?buildId=6274110&buildTypeId=IgniteTests24Java8_RunAll]
> 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
> Assignee: Andrei Demidov
> Priority: Major
> Labels: newbie
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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.20.1#820001)