apache/beam

Eliminate nullability errors from :sdks:java:core

Open

#20.507 aberto em 4 de jun. de 2022

Ver no GitHub
 (8 comments) (0 reactions) (1 assignee)Java (4.097 forks)batch import
P3coregood first issuejavasub-task

Métricas do repositório

Stars
 (7.313 stars)
Métricas de merge de PR
 (Mesclagem média 6d) (243 fundiu PRs em 30d)

Description

Just choose any file that starts with @SuppressWarnings("nullness") and eliminate the annotation and fix the errors!

As of 2020-07-20 setting -Xmaxerrs 10000 there are 1451 errors in the core Java SDK.

Imported from Jira BEAM-10496. Original Jira may contain additional context. Reported by: kenn. Subtask of issue #20497

Guia do colaborador