| Summary: | ConversionManager convertObjectToBoolean should return immutable Boolean.TRUE or Boolean.FALSE appropriately | ||||||
|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Jan <jan.vissers> | ||||
| Component: | Eclipselink | Assignee: | Nobody - feel free to take it <nobody> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | ||||||
| Version: | unspecified | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Jan
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 |