Adam Heath wrote:
Adrian Crum (JIRA) wrote:
[ https://issues.apache.org/jira/browse/OFBIZ-3666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12855435#action_12855435 ]
Adrian Crum commented on OFBIZ-3666:
------------------------------------
No, the type conversion hasn't changed. The issue is there is no type to
convert to. Quantity should be a type, and Money should be a type. Strong data
typing would prevent applying quantity precision to a money, and money
precision to a quantity.
Not replying to jira just yet.
I'm interested in working on typed-Foo conversion, in a generic
fashion. Might need to add yet another library, maybe a Units
library, time to do a google search.
http://jcp.org/en/jsr/detail?id=275