-
Notifications
You must be signed in to change notification settings - Fork 91
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
See #634 (comment)
In
Line 406 in 2a6c0fc
| Arrays.stream(nonJavaResources).filter(resource -> resource instanceof IFile || resource instanceof JarEntryFile).map(resource -> { |
We didn't take IFolder into consideration and just simply skip it.
This makes confusion to users when there are folders in a package but they are not visible in Java Project explorer
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working