When the Hide Non-Java Resources option is enabled, all non-Java resources are hidden from the Java Projects view (including files such as application.yml and .xml files.). However, when switching to Show Non-Java Resources, the view also shows an empty src/main folder and a duplicate empty target folder, which appear to be unnecessary.
Would it be possible to refine the Java Projects view rendering logic to avoid displaying these redundant directories and provide a cleaner project structure view?

When the
Hide Non-Java Resourcesoption is enabled, all non-Java resources are hidden from theJava Projects view(including files such as application.yml and .xml files.). However, when switching toShow Non-Java Resources, the view also shows an emptysrc/mainfolder and a duplicate emptytargetfolder, which appear to be unnecessary.Would it be possible to refine the
Java Projects viewrendering logic to avoid displaying these redundant directories and provide a cleaner project structure view?