Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix NPE in enumeration switch statements (#1846)
* Fix weird double if * Add test for null doc status and preserving extension * Add fix for null enum DocumentReference30_40 * Use java null instead of Enumeration.NULL for Enumeration src.setValue * Apply null pointer check to all switch(Enumeration) statements
- Loading branch information