Blacklist¶
Reports use of dangerous, unsafe, unstable, or deprecated classes and methods:
sun.misc.UnsafeSystem.exit(...),Runtime.exit(...), orRuntime.halt(...)System.load(...),System.loadLibrary(...),Runtime.load(...), orRuntime.loadLibrary(...)Runtime.exec(...)@Deprecated,@VisibleForTesting,@Beta,@DoNotCall,
Checks for executable files bundled as resources:
*.dll*.exe*.so*.bat*.sh

Next: JAR Manifests