Github user pmouawad commented on the pull request:

    https://github.com/apache/jmeter/pull/126#issuecomment-185104753
  
    Note from sebb on dev mailing list:
    
    > -1
    > Auto boxing is generally a bad idea as it can hide poor design (wrong
    >choice of long/Long).
    >It can also hide wrong choice of method (Long.parseLong/Long.decode)
    >Implicit unboxing can hide potential NPE.
    >About the only place where autoboxing is useful is in String.format,
    >but that should not be used as an excuse to allow it elsewhere.



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to