Github user keith-turner commented on a diff in the pull request:

    https://github.com/apache/accumulo/pull/224#discussion_r104686891
  
    --- Diff: 
core/src/main/java/org/apache/accumulo/core/conf/PropertyType.java ---
    @@ -117,6 +121,7 @@ String getFormatDescription() {
        * @return true if value is valid or null, or if this type has no regex
        */
       public boolean isValidFormat(String value) {
    +    Preconditions.checkState(predicate != null, "Predicate was null, maybe 
this enum was serialized????");
    --- End diff --
    
    For some reason the changes I made resulted in findbugs complaining about 
code I didn't change.  These changes were a result of a findbugs complaint.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to