cederberg / mibble

Mibble is an open-source SNMP MIB parser library for Java.
https://www.mibble.org/
Other
113 stars 68 forks source link

Update MibImporter to return when mib is null. #23

Closed yonghaoy closed 7 years ago

yonghaoy commented 7 years ago

Reson for update: We update 2.10 and had NullPointerException when mib is null. Then the mib loader stops. Also update javadoc since we don't throw MibException now.

cederberg commented 7 years ago

Yes, indeed. Seems like 09ec6c1fca was committed in a bit of a hurry. Thanks for fixing this!

cederberg commented 7 years ago

BTW. Please update to 1c39f5c8 or the master branch, since I've added another fix to avoid this NPE. Now also added to the small test suite.

Again. Thanks for reporting this!