Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.7.0
Description
During code review, I've noticed that XResourceService calls Boolean.getBoolean, which is usually a very suspicious signal - it is rarely used, and can be easily confused with Boolean.valueOf. After more investigation, I figured out that that code is never called, so it can be removed