I have a set of validation attribute rules for a feature class. For example, one validation rule states that the field "COUNTY" must not be null. When I use Error Inspector to validate my rules, all instances of the error are shown. Now the problem is that if I go to my feature class and assign a value in the COUNTY field to all records, save my edits, and hit validate again --- there is no change, all the records which have now been fixed still show up as errors.
If I make a new constraint rule that checks the same thing and repeat, there is no issue. The constraint rule tells me I must have a value for COUNTY and when I assign a value the error goes away. When I use topology rules, the error inspector always updates once the topology errors are fixed. It seems like only validation rules are affected here. Additionally, sometimes the error inspector window fails to show any errors in the table at all, even though at the bottom it will say there are X number of records.

I am using a file geodatabase to store my feature class. Any help here is much appreciated!