Description
This happens because 'messageText' is never initialized, therefore "return messageText.toString();" throws the NPE.
Attachments
Issue Links
- links to
This happens because 'messageText' is never initialized, therefore "return messageText.toString();" throws the NPE.