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

Missing classpath items end scan prematurely #36

Open
bondolo opened this issue Aug 17, 2016 · 1 comment
Open

Missing classpath items end scan prematurely #36

bondolo opened this issue Aug 17, 2016 · 1 comment
Labels

Comments

@bondolo
Copy link

bondolo commented Aug 17, 2016

If the class path contains any jars that do not exist then detect will stop scanning without processing the remaining jars.

The check in ClassFileIterator whether the file exists should perhaps continue rather than return null if the file does not exist.

@dkhokhlov
Copy link

The same issue will happen when a directory is listed in classpath.

@rmuller rmuller added the Bug label Aug 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants