Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tolerate CompletionFailure in JavacTypeBinding
A previous fix has unveiled that some null bindings are sometimes returned unexpectedly. This is a consequence of CompletionFailure breaking the key computation. While it's not clear what is the actual cause and best resolution for this case, it seems like it's still better to just ignore (and log) that to forward error and return a null binding.
- Loading branch information