Tagged Questions
5
votes
2answers
253 views
Findbugs + JSR305: Possibility to specify default behavior?
Note: those annotations, I'm talking about, are specified by JSR305.
I have the latest Findbugs (1.3.9) and it finds errors correctly
when some field, annotated with @Nonnull, is assigned to null.
...
2
votes
2answers
108 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 ...