java - Eclipse not recognizing imports in same project -


from time time, eclipse (indigo) complains classes in projects cannot resolved type. shows class in popup list, clicking import (see image) not add import statement! if add manually, doesn't recognize (and underlines import package).

  • this happens in projects.
  • unresolved types in same project! (not in other dependencies)
  • cleaning project resolve this, temporarily.
  • my application consists of multi-module maven based projects.
  • all projects maven-based.

not recognizing imports

right click on project name ->maven ->update project


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -