Community
Participate
Working Groups
Build Identifier: 2.0.1.v20100213-r6600 The conversion of "true", "false" results in the manager creating new Boolean instances each and every time. This is not optimal, but also error-prone when doing equality check. Reproducible: Always
Created attachment 194318 [details] Patch fixing instances of Boolean.valueOf(true) / Boolean.valueOf(false) in core
Proposing attached patch to correct Boolean.valueOf(true) / Boolean.valueOf(false) usage within EL core to Boolean.TRUE / Boolean.FALSE respectively.
Fix checked into trunk (2.3) at r9284
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink