[Checkers] Nullness checker

Michael Ernst mernst at cs.washington.edu
Sat Mar 28 00:22:35 EDT 2009


Adam-

> Why can't I write @Nullable R, but instead there's R extends  
> @Nullable Object? Is it because of current implementation, or some  

The distinction between those two syntaxes is explained in section 2.5.1 of
the Checker Framework manual:

http://groups.csail.mit.edu/pag/jsr308/current/checkers-manual.html#polymorphism

Can you take a look and suggest improvements to that section if it is not
clear?

                     Thanks,

                    -Mike



More information about the checkers mailing list