I have a Java project that I'm working on in Eclipse Indigo. Seemingly randomly (but usually after a file save) the IDE will stop recognizing my classes for which the only solution is a project clean. For example, I have a class FailedJobManager.java in the package com.ccn.sec which references a DistributionJob.java in the package com.ccn.sec.domain. When the problem manifests I will get an error in the FailedJobManager saying: DistributionJob cannot be resolved to a type. The import of DistributionJob also errors saying that the import cannot be resolved. If I do a clean the errors disappear.
I don't mind clicking clean once in a while but when I have to click it every 2 minutes it gets old real quick. I have tried playing with the build path order but to no avail.
Has anyone else experienced this before and if so what did you do to fix it?