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 following line can fail with an NPE, because according to the docs of authp#getDefaultWebCalPeriod() a null value can be returned. In addition TimeRange#getPeriod takes in primitives ...
The following line can fail with an NPE, because according to the docs of
authp#getDefaultWebCalPeriod()
a null value can be returned. In additionTimeRange#getPeriod
takes in primitives ...null + expecting a primitive type ==> NPE
bw-caldav/bw-caldav-server/src/main/java/org/bedework/caldav/server/get/WebcalGetHandler.java
Line 65 in 440d62c
The text was updated successfully, but these errors were encountered: