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 plugins that are better currently? It's now integrated in Eclipse Kepler. I have found that FindBugs works well and is easy to use. FindBugs Plugin Get Eclipse SDK 3.7(or Indigo) Enter this update URL: http://download.eclipse.org/objectteams/updates/contrib Select and install : JDT Null Annotation Checker (Early Access) Object Teams Equinox Integration The largest problem is that there it no knowing over