The exception below is throw as a warning on jenkins logs when user access a job that hasn't published last changes:
java.lang.NullPointerException
at hudson.model.Actionable.createFor(Actionable.java:115)
at hudson.model.Actionable.getAllActions(Actionable.java:100)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
The exception below is throw
as a warning
on jenkins logs when user access a job that hasn't published last changes: