infomas-asl icon indicating copy to clipboard operation
infomas-asl copied to clipboard

Missing classpath items end scan prematurely

Open bondolo opened this issue 8 years ago • 1 comments

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.

bondolo avatar Aug 17 '16 17:08 bondolo

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

dkhokhlov avatar Aug 17 '16 22:08 dkhokhlov