Skip to content

Show folder in the package #635

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Tracked by #1006
jdneo opened this issue Jun 14, 2022 · 0 comments · Fixed by #643
Closed
Tracked by #1006

Show folder in the package #635

jdneo opened this issue Jun 14, 2022 · 0 comments · Fixed by #643
Labels
bug Something isn't working
Milestone

Comments

@jdneo
Copy link
Member

jdneo commented Jun 14, 2022

See #634 (comment)

In

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant