Possible NPE in StartupInterpreterEngine:InterpreterEngine() found by SAST · Issue #8815 · jruby/jruby · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our SAST shows possible NullPointerException
jruby/core/src/main/java/org/jruby/ir/interpreter/StartupInterpreterEngine.java
Line 51 in 0e43a52
jruby/core/src/main/java/org/jruby/ir/interpreter/StartupInterpreterEngine.java
Line 106 in 0e43a52
If rescuePCs can be null, then NPE will be thrown, if rescuePCs can't be null, then null comparison is redundant.
Environment Information
We are analyzing versions 9.4.x (8-12), but this problem is still in master
Expected Behavior
Actual Behavior
The text was updated successfully, but these errors were encountered: