Ivan Zlenko created HDDS-12251:
----------------------------------

             Summary: Improve checkstyle for license header and imports
                 Key: HDDS-12251
                 URL: https://issues.apache.org/jira/browse/HDDS-12251
             Project: Apache Ozone
          Issue Type: Task
          Components: build
            Reporter: Ivan Zlenko
            Assignee: Ivan Zlenko


As it was pointed out in HDDS-3582 we have too many problems in out code style 
in regards to imports and license header. 
There are no checks whatsover for this 2 important area of code.
And that leads to numerous issue during review process and on merge.
I propose to implement basic checkstyle rule and tackle module one by one to 
fix all outstanding issues. 
I believe it will be enough for us to just group static and common imports 
separately in alphabetical order without special groups for java.* and javax.* 
since nowadays imports are managed automaticaly by IDEs and usually folded. 
As for the license header we need one using block comments which will be just 
uniform across project. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to