]> source.dussan.org Git - vaadin-framework.git/commit
Fix NullPointerException in logger when message is null (#12588)
authorArtem Godin <artem@vaadin.com>
Thu, 3 Oct 2013 12:47:08 +0000 (15:47 +0300)
committerVaadin Code Review <review@vaadin.com>
Fri, 4 Oct 2013 10:45:47 +0000 (10:45 +0000)
commit503e5757bbac1a28c8987ecae9f75d271a61899b
treea875a29e57218fb41bd20525d11b72456d4629c5
parent633b4e858c31769f4b8848c934651da1d54b2721
Fix NullPointerException in logger when message is null (#12588)

LogSection.publish and VConsole.log/VConsole.error methods now replace
null message with an empty string ("")

Change-Id: I735b51bce971ababe2557f1b6c317c01066bc03c
client/src/com/vaadin/client/VConsole.java
client/src/com/vaadin/client/debug/internal/LogSection.java