apache/beam

Eliminate rawtype errors from Beam Java

Open

#20.447 aberto em 4 de jun. de 2022

Ver no GitHub
 (1 comment) (0 reactions) (1 assignee)Java (4.097 forks)batch import
P3amqpavroawsazurecassandraclickhouseelasticsearchfilesgcpgood first issuehadoop-file-systemimprovementiojava

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

A few modules used to have no rawtype errors. Now many of them do. Rawtypes are a legacy compatibility feature that should not be used in new code. Concretely, they obscure types (readability), mask errors (casts failing at runtime), and harm static analysis (checker framework recommends eliminating rawtypes as your first step)

Imported from Jira BEAM-10556. Original Jira may contain additional context. Reported by: kenn.

Guia do colaborador