sigee commented on PR #443: URL: https://github.com/apache/commons-csv/pull/443#issuecomment-2220458487
> You can't remove [un]boxing, the complier generates it whether you like it or not. Yes the PR is about to remove the **explicit** (un)boxing, because it is not necessary. The compiler generates it. > 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. I get your point in case of unboxing/de-referencing, but what is the reason behind the **explicit** boxing? -- 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]
