Skip to content
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

JBIDE-15139 error on recursive adding of missing parent folders for matched files #171

Merged
merged 1 commit into from
Nov 15, 2013

Conversation

robstryker
Copy link
Member

Seems our virtual component here will correctly match all files via the project archives "directory scanner" apis, but the problem comes during conversion to the IVirtualComponent.

If we have a matched file foo/a/b/c/Bar.class, we attempt to mark foo/a/b/c, foo/a/b, and foo/a as folders that must be made even if empty.

A coding error made the loop end prematurely, missing parent folders.

@fbricon
Copy link
Member

fbricon commented Nov 15, 2013

+1 to apply

@robstryker robstryker merged commit 27a9ad9 into jbosstools:jbosstools-4.1.x Nov 15, 2013
@robstryker robstryker deleted the JBIDE-15139 branch November 5, 2014 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants