apache/beam

Eliminate rawtype errors from Beam Java

Open

#20,447 创建于 2022年6月4日

在 GitHub 查看
 (1 评论) (0 反应) (1 负责人)Java (4,097 fork)batch import
P3amqpavroawsazurecassandraclickhouseelasticsearchfilesgcpgood first issuehadoop-file-systemimprovementiojava

仓库指标

Star
 (7,313 star)
PR 合并指标
 (平均合并 6天) (30 天内合并 243 个 PR)

描述

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.

贡献者指南