You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2003/01/31 19:50:53 UTC

DO NOT REPLY [Bug 5140] - TraceManager.hasTraceListeners() false after adding/removing listener

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5140>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5140

TraceManager.hasTraceListeners() false after adding/removing listener





------- Additional Comments From elsoncj@ca.ibm.com  2003-01-31 18:50 -------
Created an attachment (id=4668)
Following Shane Curcuru's ideas, in TraceManager#removeTraceListener(), I just add a line of code checking the size of listener container. If it is empty, then set the container to null.