Bug #459 (closed)
Opened 13 years ago
Closed 13 years ago
NullPointerException When Pixels Set Has No Emission Wavelength
| Reported by: | cxallan | Owned by: | cxallan |
|---|---|---|---|
| Priority: | major | Cc: | jburel |
| Sprint: | n.a. | ||
| Total Remaining Time: | n.a. |
Description
When the emission wavelength of a pixels set has no emission wavelength (pixels.channel.emWave) and getColor() is called passing in that wavelength a null pointer exception is thrown. This is mainly due to a lack of auto-boxing usage within this particular section of the code.
Change History (2)
comment:1 Changed 13 years ago by cxallan
- Status changed from new to assigned
comment:2 Changed 13 years ago by cxallan
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
Fixed in r1049.