Skip to content

Eliminate rawtype errors from Beam Java #20447

Open
@damccorm

Description

@damccorm

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions