You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ASTParser.createBindings does not direct such requests to the current unitResolver, but rather uses the ECJ implementation with no opportunity to override it.
I have moved the method into ASTParser and added a parameter for the proper unit resolver to be used. Since this is a public package, I have left the old method where it was (in CompilationUnitResolver) and forwarded the request to the newer method.
The text was updated successfully, but these errors were encountered:
robstryker
pushed a commit
to robstryker/eclipse.jdt.core
that referenced
this issue
Dec 9, 2024
ASTParser.createBindings does not direct such requests to the current unitResolver, but rather uses the ECJ implementation with no opportunity to override it.
I have moved the method into ASTParser and added a parameter for the proper unit resolver to be used. Since this is a public package, I have left the old method where it was (in CompilationUnitResolver) and forwarded the request to the newer method.
The text was updated successfully, but these errors were encountered: