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?

link|improve this question

68% accept rate
were you able to get JDT to work? Did you try the Findbugs plugin? – John B Oct 11 '11 at 12:21
feedback

2 Answers

I have found that FindBugs works well and is easy to use. FindBugs Plugin

link|improve this answer
feedback

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

link|improve this answer
For this I have write that it is early beta in my question. – Horcrux7 Oct 5 '11 at 10:16
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.