Community
Participate
Working Groups
Build Identifier: 20110830 myany any; Generates: myany = new EglAny(); Cannot instantiate the type EglAny myNumber number; Generates: myNumber = new BigDecimal(); The constructor BigDecimal() is undefined Reproducible: Always
I figured out why this started happening. It's because Paul just committed his implementation of the nullability language changes, and the JavaGen work (Bug 355742) hasn't been done yet. Even though this defect is close to a dupe of 355742, I'll keep it open so we're sure this case is working.
Bug 355742 has been moved to Iteration 14, so I'm moving this bug too.
Since the nullability changes have taken place, this defect is no longer a problem because you cannot define any or number without a ? indicator.
OK