kinow commented on issue #515: Remove unnecessary unboxing in BooleanUtils.
URL: https://github.com/apache/commons-lang/pull/515#issuecomment-615514870
 
 
   > IntelliJ flagged the unboxing operations as unnecessary.
   
   That's OK. There are other warnings in IntelliJ, Eclipse, SonarCloud, and 
other tools that perform static analysis that are not always addressed in 
Commons (and in other projects too, run a static analyser through Python Pandas 
and you will find a lot of warnings).
   
   Commons has several low level libraries, like Lang. Where there is an 
explicit difference between objects/primitives since a long time ago. The final 
byte code might look the same, but the code base is probably distinguishing 
both. So no need to change that :+1: 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to