214215216217218219220221222223224
if (! isScanMatch) addNullScanPath(path); } catch (IOException e) { log.log(Level.FINE, e.toString(), e); } finally { jar.closeZipFile(zipFile); } } /** * Adds a jar where none of the classes have a scanned match.
199200201202203204205206207208209
} } } catch (IOException e) { log.log(Level.FINE, e.toString(), e); } finally { jar.closeZipFile(zipFile); } } static class JarByteCodeMatcher extends ScanByteCodeMatcher { JarByteCodeMatcher(EnvironmentClassLoader loader,