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

Ivan Kelly updated BOOKKEEPER-561:
----------------------------------

    Attachment: 0001-BOOKKEEPER-561-Fixed-all-findbugs.patch

Patch upgrades findbugs to 2.5.2 and fixes issues. Almost all bugs are due to:
# Charset not being specified when converting between String and byte[]
# missing default: in switch

I've also added a findbugsExclude for the bugs in hedwig-client-jms which 
cannot be fixed (such as those in generated code, and those required to match 
JMS spec).
                
> Findbugs reports errors with openjdk
> ------------------------------------
>
>                 Key: BOOKKEEPER-561
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-561
>             Project: Bookkeeper
>          Issue Type: Bug
>            Reporter: Ivan Kelly
>            Assignee: Ivan Kelly
>             Fix For: 4.3.0
>
>         Attachments: 0001-BOOKKEEPER-561-Fixed-all-findbugs.patch
>
>
> Findbugs reports a lot of error about a null pointer dereference for 
> System.out
> http://sourceforge.net/p/findbugs/bugs/918/?page=0
> The solution is to upgrade to a newer findbugs, but this is a bit stricter, 
> so there's some fixes needed. This jira is for the upgrade and those fixes, 
> and also to fix/exclude the errors introduced by BOOKKEEPER-312.

--
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