Community
Participate
Working Groups
In the addDescription method (line 682), we should check if the comment text is null and if so, make it an empty string as it is possible to create bugs without a description. if (commentText == null) { commentText = ""; }
Can you commit a fix for that?
I wonder if that is a regression caused by the changed for bug 367861?
I have reverted the changes for bug 367861. I'll reopen that bug to track it. *** This bug has been marked as a duplicate of bug 367861 ***