NullPointerException in parseExtendedAttribute()
Multi platform library to read and write schedule data
Brought to you by:
joniles
It doesn't happen in the function itself, but in Sun's parsing code. The code is invoked with null string, that's the reason. Trivial patch is attached --- note that it other parsing methods already return null in case of errors. We were unable to generate a small example, but I hope the patch is enough.
trivial fix
Updated with your patch in CVS. Thanks for the contribution!