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

Eclipse-oo-plugin not working in Eclipse 4.4+ #26

Open
masm64 opened this issue Dec 27, 2014 · 9 comments
Open

Eclipse-oo-plugin not working in Eclipse 4.4+ #26

masm64 opened this issue Dec 27, 2014 · 9 comments
Labels

Comments

@masm64
Copy link

masm64 commented Dec 27, 2014

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

@amelentev amelentev added the bug label Jan 27, 2015
@amelentev
Copy link
Owner

Seems some problems with Equinox Weaving. Thanks. Will try to fix.

@amelentev amelentev changed the title Java-OO Annotation Processing in Editor not working above Eclipse 4.3.1 Eclipse-oo-plugin not working in Eclipse 4.4+ Jan 27, 2015
@masm64
Copy link
Author

masm64 commented Jan 28, 2015

Thank you. Great Plugin. Appreciate your work.

Am Mon, 26 Jan 2015 16:32:07 -0800
schrieb Artem Melentyev notifications@github.com:

Seems some problems with Equinox Weaving. Thanks. Will try to fix.


Reply to this email directly or view it on GitHub:
#26 (comment)

@ghost
Copy link

ghost commented Feb 19, 2015

any update on this?

@masm64
Copy link
Author

masm64 commented Feb 26, 2015

Not yet.

@juliusmh
Copy link

It would be awesome if you could update your code for the new Eclipse 4.5.1+

@MonaTheMonad
Copy link

Any progress?

@sollyucko
Copy link

I also have Eclipse Luna Service Release 2 (4.4.2) and it's not working.

@winterstein
Copy link

I'm running Eclipse 4.5 -- the plugin doesn't seem to work there either. Which is a shame, as this looks great.

@amelentev
Copy link
Owner

I found a workaround:

  1. use eclipse distribution from http://scala-ide.org/ (4.4)
    or install scala plugin (from marketplace) to eclipse. tested 4.6.
  2. then install java-oo plugin.

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.

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

No branches or pull requests

6 participants