You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "kennknowles (via GitHub)" <gi...@apache.org> on 2023/02/21 16:01:04 UTC

[GitHub] [beam] kennknowles commented on issue #20507: Eliminate nullability errors from :sdks:java:core

kennknowles commented on issue #20507:
URL: https://github.com/apache/beam/issues/20507#issuecomment-1438727866

   Ah, the description is obsolete. Checker framework is enabled in all modules now. We automatically added `@SuppressWarnings("nullness")` to every class that had nullness errors. To work on this issue, find a class that has `@SuppressWarnings("nullness")` and remove that, then fix the errors.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org