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 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |APIBug, TestID ------- Additional Comments From [EMAIL PROTECTED] 2001-11-27 11:04 ------- Duh - this is a bug in either hasTraceListeners() or in removeTraceListener(), take you pick. If you add one, then remove it, the m_traceListeners Vector is still non-null, but has nothing in it. I think the better solution is to have removeTraceListener() null out the vector if it has no elements.
