garydgregory commented on PR #443: URL: https://github.com/apache/commons-csv/pull/443#issuecomment-2220132616
FWIW the title of the PR is wrong. You can't remove [un]boxing, the complied generates it whether you like it or not. When you see a de-reference like a.b() you know by just glancing at the code that you're in trouble if a is null. If you hide the unboxing, you don't. -- 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]
