You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by GitBox <gi...@apache.org> on 2022/04/28 01:05:33 UTC

[GitHub] [datasketches-java] leerho opened a new pull request, #396: Cleanup warnings

leerho opened a new pull request, #396:
URL: https://github.com/apache/datasketches-java/pull/396

   This is a lot of files but THERE ARE NO CODE CHANGES!  
   
   This is a cleanup of unnecessary SuppressWarnings  across the whole datasketches-java library.
   
   The vast majority of these warnings were unnecessary SuppressWarnings("javadoc") which were placed at the top of every test file. We don't require javadocs of our test files and they should never be published. This kind of suppression should be done at a global level and not in each file, which just added clutter to the code.
   
   There were also a few Checkstyle warnings of extra empty lines.  
   
   I wanted to clean this up before we start working on the next release.


-- 
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: commits-unsubscribe@datasketches.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org


[GitHub] [datasketches-java] leerho merged pull request #396: Cleanup warnings

Posted by GitBox <gi...@apache.org>.
leerho merged PR #396:
URL: https://github.com/apache/datasketches-java/pull/396


-- 
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: commits-unsubscribe@datasketches.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org