Changing the way Package's are displayed in eclipse

Posted by ncoder on Stack Overflow See other posts from Stack Overflow or by ncoder
Published on 2010-04-16T04:52:00Z Indexed on 2010/04/16 5:33 UTC
Read the original article Hit count: 191

Filed under:

Currently my eclipse source folder display the entire package path and java files under that path. Is there some setting that i change and see subpackages+(java)files under parent packages.

for e.g.

src/main/java
   com.company.packageA
       a.java
   com.company.packageA.subpackageA
       suba.java

becomes

src/main/java
   com.company.packageA
       subpackageA
       a.java

© Stack Overflow or respective owner

Related posts about eclipse