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
Xbase files dont get rebuilt if there are more than 100 java changes #2390
Comments
|
see |
|
Christian, if this is reproducible, can you please create a bug for JDT? |
|
@iloveeclipse what i understood is that this is intended behaviour of jdt. unfortuantely this makes use of internal jdt api. so its us to blame. |
|
This looks like a dirty workaround, not like intended fix. If we have a bug describing how it breaks xtext, we can at least start the discussion about the proper solution, or at least a bigger default. |
due to the use of
State.structurallyChangedTypesxbase and thus xtend files wont get recompiled if there are more than 100 java changesThe text was updated successfully, but these errors were encountered: