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
Exception in thread "main" java.lang.NullPointerException: Cannot invoke "java.lang.Integer.intValue()" because the return value of "java.util.function.Function.apply(Object)" is null
at Test.main(Test.java:14)
Expected behavior
The code should have been rejected.
The text was updated successfully, but these errors were encountered:
Command
File
Actual behavior
There's a NPE at runtime
Expected behavior
The code should have been rejected.
The text was updated successfully, but these errors were encountered: