Modify ↓
#11249 closed enhancement (fixed)
[Patch] Remove some unneccessary variable boxing.
| Reported by: | michael2402 | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | 15.03 |
| Component: | Core | Version: | |
| Keywords: | Cc: |
Description
Removes unneccessary boxing in:
- DateUtils
- AbstractParser
Attachments (1)
Change History (6)
by , 11 years ago
| Attachment: | 0001-Removed-unneccessary-boxing-of-ints-doubles.patch added |
|---|
comment:1 by , 11 years ago
comment:2 by , 11 years ago
I don't like it. It introduces an strange programming style without any real advantage. If it would be in a size or time critical part of the software and optimizations would improve memory footprint or processing, but I doubt that's the case here.
comment:5 by , 11 years ago
| Milestone: | → 15.03 |
|---|
Note:
See TracTickets
for help on using tickets.



You cannot compare with Double.NaN like this, otherwise okay.