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

   This PR does 2 things:
   
   1. In the prior release I thought I didn't need the Java Class.getResource() 
methods for obtaining resources.  Well, I was wrong. So this reinstalls these 
important methods with a major improvement: These methods will now work from 
JAR files as well as from within a file system.
   
   2. I increased my detection of all kinds of minor code quality issues.  So 
this commit fixes all that I could find. Examples: redundant casts, redundant 
declaration of generic parameters, methods that could be declared static, 
variable name hiding, etc.


-- 
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