Robert Munteanu created OAK-2694:
------------------------------------
Summary: Avoid unneeded unboxing in PropertiesUtil
Key: OAK-2694
URL: https://issues.apache.org/jira/browse/OAK-2694
Project: Jackrabbit Oak
Issue Type: Bug
Components: commons
Affects Versions: 1.1.7
Reporter: Robert Munteanu
Priority: Minor
PropertiesUtil use the {{valueOf}} method to convert from String to
int/long/boolean. Using the {{parseXXX}} variant means that no object creation
+ unboxing happens. ( Boolean is a special case, but that should be avoided
anyway )
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)