eclipse-jdt / eclipse-jdt/eclipse.jdt.core
ASTParser doesn't attach tasks to returned CompilationUnit
Open
- Dominant language
- Java
- Stars
- 237
- Forks
- 195
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 47
Description
When building a CompilationUnit using ASTParser, the underlying tasks generated by the compiler are not stored.
Those should most likely be added to the problems, using the IJavaModelMarker.TASK_MARKER category, or maybe worth a dedicated `tasks` fields on the AST ?
This is a continuation of #2179 , and blocking https://github.com/eclipse-jdtls/eclipse-jdt-core-incubator/issues/84
Contributor guide
Assessment
This issue has not been assessed yet.