icyphy / ptII

Ptolemy II is an open-source software framework supporting experimentation with actor-oriented design.
https://ptolemy.eecs.berkeley.edu/ptolemyII
Other
99 stars 43 forks source link

Fix Eclipse Generics Warnings #154

Open cxbrooks opened 15 years ago

cxbrooks commented 15 years ago

Note: the issue was created automatically with bugzilla2github tool

Original bug ID: BZ#223 From: @cxbrooks Reported version: 7.1.devel CC: pt-dev@chess.eecs.berkeley.edu

cxbrooks commented 15 years ago

Eclipse yields many thousands of warnings about Generics. We should address these, starting in the kernel and working our way out.

Currently, the Ptolemy Eclipse installation instructions say to disable the Generics warnings and the Serialization warnings. Not everyone does the disabling, which tends to hide new warnings in new code.