adoroszlai commented on PR #5516:
URL: https://github.com/apache/ozone/pull/5516#issuecomment-1839265969

   > `More than 7 parameters (found 8).`
   > It should have 8 parameters only.Dont know why it is failing
   
   The checkstyle rule allows only 7, but there were 8.  Having too many 
parameters usually indicates the code should be refactored.
   
   > Can you suggest me a change
   
   You can add `@SuppressWarnings("parameternumber")` to the constructor.  
There is no simple way to reduce its parameter count now.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to