> On switch case fall-through:  Some of them can be fixed with break
> statements, but a number of them are intentional.  Is there a way to get the
> compiler to suppress the warning?  I couldn't see one.  Various IDEs have
> comment annotations that will cause the warnings to be ignored within the
> IDE, but there are no standards.

@SuppressWarnings("fallthrough") is the official one supported by javac and 
eclipse.

Uwe


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to