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

[jira] [Created] (IGNITE-14001) Minor code style fixes for configuration and runner modules

Alexey Goncharuk created IGNITE-14001:
-----------------------------------------

             Summary: Minor code style fixes for configuration and runner modules
                 Key: IGNITE-14001
                 URL: https://issues.apache.org/jira/browse/IGNITE-14001
             Project: Ignite
          Issue Type: Bug
            Reporter: Alexey Goncharuk


 * Some of the configuration files contain TODOs or FIXMEs without tickets - either tickets should be created, or TODOs fixed/removed.
 * {{Selector}}, {{DynamicProperty}}, {{ConfigurationStorage}}, {{ConfigurationValidationException}}, {{FieldValidator}} contain extra spacing before the end of class/at the beginning of the class.
 * Some of the overridden methods do not contain {{@Override}} annotation ({{ConfigurationProperty#value}}, anonymous {{PropertyListener}} in {{Configurator#onAttached}})

We will try to figure out automated checks for this in the future.



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