commit | 56c09b5da5054a8f2a6fee1000b5f560eaf9b80a | [log] [tgz] |
---|---|---|
author | Josh Tynjala <joshtynjala@apache.org> | Wed Apr 02 15:56:19 2025 -0700 |
committer | Josh Tynjala <joshtynjala@apache.org> | Wed Apr 02 15:56:19 2025 -0700 |
tree | 9b3df5faba08541d9a6ec070e215b7eae2b0281c | |
parent | 6885bcc50212869d1dfb04d47e79907402834868 [diff] |
ASCompilationUnit: collect problems when owner.getSyntaxTreeRequest().get().getAST() returns null In CompilationUnitBase, an InternalCompilerProblem2 can be created if an exception is thrown while requesting the syntax tree. This was getting ignored.