Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Information about the "Generifing JFace viewers" project

Hi

On 30/07/2014 15:46, Ed Merks wrote:
I find it ironic that the platform is rife with raw types (List), and rather than investing an effort to eliminate those

Indeed, it would seem obvious that the generified code will have strong JDT warnings enabled so that for instance there will be no raw types other than a very few fixed by very local @suppressWarnings for rawTypes/uncheckedCast.

Since the API is evolving, it would seem to be a good point to also introduce @NonNull/@Nullable.

    Regards

        Ed Willink



Back to the top