You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Duo Zhang (JIRA)" <ji...@apache.org> on 2016/08/31 04:05:21 UTC

[jira] [Updated] (HBASE-16535) Use regex to exclude generated classes for findbugs

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

Duo Zhang updated HBASE-16535:
------------------------------
    Attachment: HBASE-16535.patch

> Use regex to exclude generated classes for findbugs
> ---------------------------------------------------
>
>                 Key: HBASE-16535
>                 URL: https://issues.apache.org/jira/browse/HBASE-16535
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Duo Zhang
>            Assignee: Duo Zhang
>         Attachments: HBASE-16535.patch
>
>
> As I tried in HBASE-16526,
> {noformat}
>   <Match>
>     <Package name="org.apache.hadoop.hbase.ipc.protobuf.generated"/>
>   </Match>
> {noformat}
> This does not work.
> So I propose that we can use regex to match the class name to exclude the generated classes.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)