Tagged Questions

2
votes
2answers
109 views

Is there a good Eclipse plugin for checking @Nonnull and @Nullable annotations?

The checking of the @Nonnull and @Nullable annotations in Eclipse is an early beta. The largest problem is that there it no knowing over the null behavior of the Java API. Are there any other ...