-
Notifications
You must be signed in to change notification settings - Fork 160
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
Build failure: TypeFilter cannot be resolved to a type #534
Comments
Same problem |
Same on Linux, from want I can tell this is caused by a dependency change. Though then one has to ask themselves why the dependencies are not pinned to ensure reproducibility. This shouldn't be too much of a hassle but I'm not a Java dev so I might be wrong there. As a workaround you can comment of the right side of the if condition, so that the code looks like that: return declaringType != null /*&& org.eclipse.jdt.ls.core.internal.contentassist.TypeFilter.isFiltered(declaringType)*/; This at least allows the package to build but probable unfixes the issues mentioned in the code (Jdtls 1212) |
I think this is due to this file. E.g:
My understanding is that |
You're probable right, hope that this changes. While I can of course understand that that would create extra work, I still think its very important for a version to always build. A compromise maybe would be to only pin the dependencies for every release to ensure at least reproducibility there. |
I'm trying to build on MacOS and I'm having the following compilation failure:
The text was updated successfully, but these errors were encountered: