Community
Participate
Working Groups
Build Identifier: 20110824 myInt int; myFloat float; result float; result = mathLib.modf(myFloat,myInt); Gives Java error: Cannot cast from AnyBoxedObject<Long> to int Reproducible: Always Steps to Reproduce: 1.See above. 2. 3.
Ugh. This is a problem with out parameters in general, not something specific to the modf function.
Fixed. I made changes in CommonUtilities, MemberNameTemplate, and AnyValueTypeTemplate. They now unbox the boxed value before using it.
20110912