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
* add NotNull annotations
add assertion to help static code analysis
* avoid false positive
* add annotations and assert statement to help static code analysis
* remove redundant check
* mark parameter as nullable
* add test to reproduce npe
* add null check for avoid npe
* parameter time unit marked as @nonnull
* add annotations and assert to help static code analysis
* remove assert statements
* add missing annotation
* add comment for test case
0 commit comments