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.

貢獻者指南