-
Notifications
You must be signed in to change notification settings - Fork 31
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
Eclipse-oo-plugin not working in Eclipse 4.4+ #26
Comments
Seems some problems with Equinox Weaving. Thanks. Will try to fix. |
Thank you. Great Plugin. Appreciate your work. Am Mon, 26 Jan 2015 16:32:07 -0800
|
any update on this? |
Not yet. |
It would be awesome if you could update your code for the new Eclipse 4.5.1+ |
Any progress? |
I also have Eclipse Luna Service Release 2 (4.4.2) and it's not working. |
I'm running Eclipse 4.5 -- the plugin doesn't seem to work there either. Which is a shame, as this looks great. |
I found a workaround:
So the problem is with plugin configuration. I cannot find how to enable Equinox Weaving on new eclipse platforms. scala plugin enables it somehow and everything else just works. |
I'll use Eclipse Luna and installed the Java-OO plugin. I'll use Java 7 and Java 8. The Editor shows always errors if there is an operator used.
b = 2, // with OO shows Type mismatch: Cannot convert from int to BigInteger.
c2 = -a + b*b + b/a; // with OO shows Multiple markers at this line
- The operator / is undefined for the argument type(s) java.math.BigInteger,
java.math.BigInteger
- The operator * is undefined for the argument type(s) java.math.BigInteger,
java.math.BigInteger
- The operator - is undefined for the argument type(s) BigInteger
The text was updated successfully, but these errors were encountered: