You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
When indexing classes with @IndexAnnotated and removing the annotation again incremental compilation does not seem to update the index correctly so that the class is removed again from the index. I know there were similar issues for classes that were removed causing the indices to become outdated.
Doing a rebuild all fixes the issue.
My proposed solution would be to check for the classes returned by getAnnotated whether the annotation is still present.
Setup:
IntelliJ 2019.2 using the built in compiler
The text was updated successfully, but these errors were encountered:
Hi there,
When indexing classes with
@IndexAnnotated
and removing the annotation again incremental compilation does not seem to update the index correctly so that the class is removed again from the index. I know there were similar issues for classes that were removed causing the indices to become outdated.Doing a rebuild all fixes the issue.
My proposed solution would be to check for the classes returned by
getAnnotated
whether the annotation is still present.Setup:
IntelliJ 2019.2 using the built in compiler
The text was updated successfully, but these errors were encountered: