Closed GoogleCodeExporter closed 9 years ago
This appears to be a valid warning.
The SubType.getRunnables method could be called though a SuperType reference.
This would bypass the precondition check of @RequiresNonNull("set"), so a
warning must be issued on the overriding method's declaration. Overriding
methods must have the same or weaker preconditions than those from the super
class.
Original comment by mcart...@cs.washington.edu
on 19 Nov 2014 at 11:08
Original issue reported on code.google.com by
ClovisSe...@gmail.com
on 28 Sep 2014 at 4:36