[ 
https://issues.apache.org/jira/browse/NUTCH-1277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13650597#comment-13650597
 ] 

Hudson commented on NUTCH-1277:
-------------------------------

Integrated in Nutch-nutchgora #594 (See 
[https://builds.apache.org/job/Nutch-nutchgora/594/])
    NUTCH-1277 Fix [fallthrough] javac warnings (Revision 1479774)

     Result = FAILURE
tejasp : http://svn.apache.org/viewvc/nutch/branches/2.x/?view=rev&rev=1479774
Files : 
* /nutch/branches/2.x/CHANGES.txt
* /nutch/branches/2.x/src/java/org/apache/nutch/api/impl/RAMJobManager.java
* /nutch/branches/2.x/src/java/org/apache/nutch/fetcher/FetcherReducer.java

                
> 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
>            Assignee: Tejas Patil
>             Fix For: 1.7, 2.2
>
>         Attachments: NUTCH-1277.2.x.patch, NUTCH-1277.trunk.patch
>
>
> 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
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to