-
Notifications
You must be signed in to change notification settings - Fork 136
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
Missing code implementation in the compiler #3396
Comments
Minimal reproducer required. The Message is from org.eclipse.jdt.internal.compiler.problem.ProblemReporter.abortDueToInternalError(String, ASTNode) which is supposed to also give details about source location. Maybe that error handling needs to be improved for your case too. |
The message is all I get, no further details or error logs. |
I only can give the hint from the inital report, e.g. I have a javac reference in Bundle A
now I move the |
Jay, can you take a look ? Thanks! |
You meant Javadoc reference, right? |
Yes javadoc of course :-) |
OK, I tried this within JDT. That is, moved some stuff from jdt.core (referenced via Javadoc in the same bundle) to compiler.batch, which is a required bundle for the former. Don't see the problem. There has to be something special about reported case. |
More specifically: @jarthana when comparing |
@stephan-herrmann Thanks, sounds plausible. But I am having a hard time coming up with a testcase, though. Any chance you already have one? |
I moved some code from one plugin to the other (but still require the new bundle with re-export) and now I get javadoc errors in JDT:
Eclipse SDK
Version: 2024-12 (4.34)
Build id: I20241120-1800
The text was updated successfully, but these errors were encountered: