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
The code passes the checks, but there's NPE at runtime
Exception in thread "main" java.lang.NullPointerException: Cannot invoke "java.util.Collection.toString()" because "<parameter1>" is null
at Test.invokeAny(Test.java:15)
at Test.main(Test.java:21)
Expected behavior
The code should have been rejected.
The text was updated successfully, but these errors were encountered:
Command
File
Actual behavior
The code passes the checks, but there's NPE at runtime
Expected behavior
The code should have been rejected.
The text was updated successfully, but these errors were encountered: