Michael Blow has posted comments on this change.

Change subject: [NO ISSUE] Avoid 'null' collection types
......................................................................


Patch Set 3:

(1 comment)

https://asterix-gerrit.ics.uci.edu/#/c/3247/3/asterixdb/asterix-om/src/main/java/org/apache/asterix/om/types/AbstractCollectionType.java
File 
asterixdb/asterix-om/src/main/java/org/apache/asterix/om/types/AbstractCollectionType.java:

PS3, Line 36:         if (itemType == null) {
            :             throw new NullPointerException();
            :         }
Objects.requireNonNull(...)


-- 
To view, visit https://asterix-gerrit.ics.uci.edu/3247
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Id7ab2a20e776152ecf35d5bd01b1eded7e987e26
Gerrit-PatchSet: 3
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Till Westmann <[email protected]>
Gerrit-Reviewer: Anon. E. Moose #1000171
Gerrit-Reviewer: Jenkins <[email protected]>
Gerrit-Reviewer: Michael Blow <[email protected]>
Gerrit-HasComments: Yes

Reply via email to