You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Lewis John McGibbney (Reopened) (JIRA)" <ji...@apache.org> on 2012/02/20 16:51:34 UTC

[jira] [Reopened] (NUTCH-1277) Fix [fallthrough] javac warnings

     [ https://issues.apache.org/jira/browse/NUTCH-1277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lewis John McGibbney reopened NUTCH-1277:
-----------------------------------------


Frustratingly not fixed. Reopening
                
> Fix [fallthrough] javac warnings
> --------------------------------
>
>                 Key: NUTCH-1277
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1277
>             Project: Nutch
>          Issue Type: Sub-task
>          Components: build
>    Affects Versions: nutchgora, 1.5
>            Reporter: Lewis John McGibbney
>             Fix For: nutchgora, 1.5
>
>
> This usually occurs when we have an instance where a switch statement(s) fall through (that is, one or more break statements are missing).
> We need to determine where a simple
> {code}
> @SuppressWarnings("fallthrough")
> {code}
> is required or whether we need to include the break statements in switch blocks

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira