-
Feature Request
-
Resolution: Unresolved
-
Major
-
None
-
None
Eclipse JDT allows bindings to be resolved from an AST tree, provided that the compilation units are accessible. This allows for the bindings to be inspected at runtime. See the setResolveBindings method in the Eclipse ASTParser API.
We do not provide the ASTParser with an IProject nor do we configure the Environment, thus resulting in an inability to resolve the bindings. This should preferably be done with the sources of the project dependencies and the project sources, so that we can retrieve the type information in the JavaParser. This may also help in resolving FORGE-773, although it still requires the sources to be available.