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

ClasspathHelper.getUrlsForCurrentClasspath() bug. #25

Closed
GoogleCodeExporter opened this issue Jan 27, 2016 · 1 comment
Closed

ClasspathHelper.getUrlsForCurrentClasspath() bug. #25

GoogleCodeExporter opened this issue Jan 27, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Hi, small bug here -

Line 38 in ClasspathHelper:

The test: if (patterns != null)
should actually be: if (patterns !=null || patterns.size() == 0)

Since your recent changes, ClasspathHelper.getUrlsForCurrentClasspath()
returns nothing and I have to work around with 
ClasspathHelper.getUrlsForCurrentClasspath(null).

Thanks!

Original issue reported on code.google.com by AtomicFo...@gmail.com on 14 Aug 2009 at 5:22

@GoogleCodeExporter
Copy link
Author

Original comment by ronm...@gmail.com on 28 Nov 2009 at 4:24

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant