Re: [jexl] Problem with division of integer values and narrowing of BigDecimal to Integer
Henri Biestro <[email protected]>
| Newsgroups | gmane.comp.jakarta.commons.user |
|---|---|
| Message-ID | <pony-44012382-79bf-417f-a235-4388972e9e84-user@commons.apache.org> |
Hi Robert; It took me a while to realize it but this behavior is indeed a bug; if user input is a BigDecimal, JEXL should not try and coerce with precision loss. Created JEXL-417. Sorry about the delay. Cheers Henri