The stack trace tells that it could only be the build job for the deleted project, which probably waited in queue for some time.
I looked into what we check currently, and found that we do usually check IJavaElement.exists() before we create CDI model object based on it, and it seems there is just one (I hope) case not covered, where we create built-in beans.
The stack trace tells that it could only be the build job for the deleted project, which probably waited in queue for some time.
I looked into what we check currently, and found that we do usually check IJavaElement.exists() before we create CDI model object based on it, and it seems there is just one (I hope) case not covered, where we create built-in beans.