Fixed Feature Request P2 Add Hotlist Status UpdateNo update yet.Descriptional...@google.com created issue #1Feb 10, 2021 05:01PMWe should replace all of our null checks with the "official" Objects.requireNonNull which throws the correct exception. Issue summaryCommentsAll comments Oldest first al...@google.com <al...@google.com> Apr 29, 2021 07:00PMAccepted by al...@google.com.ap...@google.com <ap...@google.com> #2Apr 30, 2021 06:26PMMarked as fixed.There is a report about it in kotlinlang Slack: https://kotlinlang.slack.com/archives/C01D6HTPATV/p1706005056105739 pa...@126.com <pa...@126.com> #3Jan 14, 2022 06:47AMThanks for the report! Add comment Comment
Description
We should replace all of our null checks with the "official"
Objects.requireNonNull
which throws the correct exception.