You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by GitBox <gi...@apache.org> on 2020/04/22 22:24:55 UTC

[GitHub] [tomcat] larsgrefer opened a new pull request #280: Remove unnecessary boxing and unboxing

larsgrefer opened a new pull request #280:
URL: https://github.com/apache/tomcat/pull/280


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[GitHub] [tomcat] markt-asf commented on issue #280: Remove unnecessary boxing and unboxing

Posted by GitBox <gi...@apache.org>.
markt-asf commented on issue #280:
URL: https://github.com/apache/tomcat/pull/280#issuecomment-618326624


   These are all deliberate to keep the IDE (Eclipse) clear of warnings. We could disable that warning but that then runs the risk of us missing one of the more subtle autoboxing/unboxing related bugs. Given that these conversions are going to happen anyway, I'd prefer for them to be explicit.


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org