-
Notifications
You must be signed in to change notification settings - Fork 139
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
CCE while performing Java Search #3516
Comments
cc @stephan-herrmann because of [null] commits in stack trace |
Some package seems to have a package-info.java or package-info.class which, however, has some unexpected problem. Most likely cause: the package has access restrictions. We'll probably need a reproducing example to figure out how package-info could be a ProblemReferenceBinding. The only thing specific to null analysis is: this analysis needs to evaluate annotations even in package-info. |
During internal errors it is not clear which file did contain the problematic binary. For example: eclipse-jdt#3516 Example output will be like: "java.lang.RuntimeException: RuntimeException caching =P/libGh375.jar|TestGh375.class"
During internal errors it is not clear which file did contain the problematic binary. For example: eclipse-jdt#3516 Example output will be like: "java.lang.RuntimeException: RuntimeException loading =P/libGh375.jar|TestGh375.class"
Please take a look at https://github.com/ssttaarr/BTB |
During internal errors it is not clear which file did contain the problematic binary. For example: #3516 Example output will be like: "java.lang.RuntimeException: RuntimeException loading =P/libGh375.jar|TestGh375.class"
I still cannot reproduce. For me Ctrl+Shift+G finds 43 matches. Looking at the stacktrace we can see that you have null annotation analysis enabled. This means we'd need the file |
Getting an error while searching for occurrences of a type
com.google.gson.Gson
(Ctrl-Shift-G)Eclipse IDE Version: 2024-12 (4.34.0) Build id: 20241128-0757
The text was updated successfully, but these errors were encountered: