infomas-asl
infomas-asl copied to clipboard
Missing classpath items end scan prematurely
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.
The same issue will happen when a directory is listed in classpath.