DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=34762>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=34762 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Summary|Cleanup of source; remove |Scheduler uses notify, not |unused variables, etc. |notifyAll ------- Additional Comments From [EMAIL PROTECTED] 2006-09-01 04:48 ------- Some suggested changes had already been fixed or the underlying code eliminated or substantially rewritten. Many of the changes were to variables that were not declared a private which means that eliminating them may cause binary-compatibility problems though usually only limited to code that inserted itself into a org.apache.log4j package to access package visible members. The two changes that were committed were to make NA_LOCATION_INFO final and changing the notify's in Scheduler to notifyAll and synchronizing the close method. Scheduler has been very problematic in the Gump tests, use of notify might have been at least partially responsible. I'm changing the title to reflect the major effect of the change. Committed rev 439177. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
