[
https://issues.apache.org/jira/browse/IGNITE-12841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17081697#comment-17081697
]
Nikolay Izhikov commented on IGNITE-12841:
------------------------------------------
[~mmuzaf] you should add ignite-tools to ide plugin.
Please, see screenshot attached. !Снимок экрана 2020-04-12 в 11.12.11 (2).png!
> @Override must be on the same line as a method
> ----------------------------------------------
>
> Key: IGNITE-12841
> URL: https://issues.apache.org/jira/browse/IGNITE-12841
> Project: Ignite
> Issue Type: Bug
> Reporter: Nikolay Izhikov
> Assignee: Oleg Ostanin
> Priority: Trivial
> Labels: newbie
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> Right now, there are many places where codestyle broken.
> {noformat}
> /** {@inheritDoc} */
> @Override
> public boolean registerClassName(byte platformId, int typeId, String
> clsName) throws IgniteCheckedException {
> return registerClassName(platformId, typeId, clsName, false);
> }
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)