Mike Drob created HBASE-18981:
---------------------------------

             Summary: Address issues found by error-prone in hbase-client
                 Key: HBASE-18981
                 URL: https://issues.apache.org/jira/browse/HBASE-18981
             Project: HBase
          Issue Type: Sub-task
            Reporter: Mike Drob
             Fix For: 2.0.0-beta-1


I thought this was something that we would already catch in findbugs, but maybe 
not?

{noformat}
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) 
on project hbase-client: Compilation failure
[ERROR] 
/Users/mdrob/IdeaProjects/hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/ProtobufUtil.java:[2476,5]
 [MissingCasesInEnumSwitch] Non-exhaustive switch; either add a default or 
handle the remaining cases: GLOBAL_BYPASS
[ERROR]     (see http://errorprone.info/bugpattern/MissingCasesInEnumSwitch)
{noformat}

cc: [~elserj], this looks like it is part of quota code. I'm happy to add a 
trivial patch to error on the missing case, but want somebody with more 
contextual knowledge to look at it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to