You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 17:24:30 UTC

[GitHub] [beam] damccorm opened a new issue, #20447: Eliminate rawtype errors from Beam Java

damccorm opened a new issue, #20447:
URL: https://github.com/apache/beam/issues/20447

   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](https://issues.apache.org/jira/browse/BEAM-10556). Original Jira may contain additional context.
   Reported by: kenn.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] damccorm commented on issue #20447: Eliminate rawtype errors from Beam Java

Posted by GitBox <gi...@apache.org>.
damccorm commented on issue #20447:
URL: https://github.com/apache/beam/issues/20447#issuecomment-1146654934

   The following subtask(s) are associated with this issue: #20448, #20449


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org