Eclipse Doesn't List Classes Within Java Packages

Posted by Matt Robertson on Stack Overflow See other posts from Stack Overflow or by Matt Robertson
Published on 2011-01-13T17:24:59Z Indexed on 2011/01/13 17:54 UTC
Read the original article Hit count: 172

Filed under:
|
|

Usually when I'm typing a Java import statement in Eclipse or otherwise referencing a class via the packages that it is in, Eclipse shows a context menu with a list of all classes within that package. There have been several times, however, that it would only shows subpackages within a package and would not show classes within that package.

Does anyone know why this is? It sounds like a setting/preference was changed, but I never knowingly changed anything related to this.

© Stack Overflow or respective owner

Related posts about java

Related posts about eclipse