Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BigDecimal is not Visible #268

Closed
kenwdelong opened this issue Mar 9, 2017 · 3 comments
Closed

BigDecimal is not Visible #268

kenwdelong opened this issue Mar 9, 2017 · 3 comments

Comments

@kenwdelong
Copy link

kenwdelong commented Mar 9, 2017

I am using Eclipse Neon 4.6.2. I'm updating Groovy Eclipse from http://dist.springsource.org/snapshot/GRECLIPSE/e4.6/. I'm using Java 8_121. I have a mixed Java/Groovy project. I have Groovy beans that have BigDecimal properties:

public class MyBean
{
    BigDecimal amount
}

Other (Java) classes reference that property.
myBean.getAmount().doubleValue()
With today's update, I am now getting an error "The type BigDecimal is not visible".

image

image

Groovy compiler level is 2.4 (same problem at 2.3).

@eric-milles
Copy link
Member

eric-milles commented Mar 9, 2017 via email

@kenwdelong
Copy link
Author

Thanks for the quick response, and thanks for keeping this project going!!!

@kenwdelong
Copy link
Author

Fix confirmed on
image

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants