[Beepcore-java-users] NullPointerExcpetion in Channel.java
Status: Beta
Brought to you by:
huston
From: Paul A. <paa...@ci...> - 2003-06-04 17:48:12
|
The current code in the method receiveFrame(...) calls listener.receiveMSG(m) without first checking if listener is null. This can happen if the profile allowed a channel to start without setting a message listener (which is obviously a bug in my profile, but anyway I though you should know). - Paul |