[
https://issues.apache.org/jira/browse/LANG-1613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gary D. Gregory resolved LANG-1613.
-----------------------------------
Fix Version/s: 3.12
Resolution: Fixed
Fixed in git master while keeping explicit unboxing and more tests compared to
the PR.
Please verify and close this ticket.
> BigDecimal is created when you pass it the min or max values of Double
> ----------------------------------------------------------------------
>
> Key: LANG-1613
> URL: https://issues.apache.org/jira/browse/LANG-1613
> Project: Commons Lang
> Issue Type: Bug
> Components: lang.math.*
> Reporter: Arturo Bernal
> Priority: Major
> Fix For: 3.12
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> I was doing tests and I have found that if you try to create a number using
> NumberUtils.createNumber and pass it the minimum possible value of a Double
> and concatenating "D" it returns a decimal
>
> {code:java}
> assertTrue(NumberUtils.createNumber("4.9e-324D") instanceof Double);
> assertTrue(NumberUtils.createNumber("4.9e-324F") instanceof Double);
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)