[FIXED] setValue(null) on LabelField throws NullPointerException
[FIXED] setValue(null) on LabelField throws NullPointerException
If you try to set a LabelField to null using setValue you get a NullPointerException. It would be very inconvenient if you had to check for null for every label field value you need to set. The framework should do this, it does this for other field types.