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=35965>. 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=35965 ------- Additional Comments From [EMAIL PROTECTED] 2005-08-02 05:51 ------- Actually, in this case I think that protected member variables are a better solution. Opening these members to be accessed via getter methods will also open them up to being manipulated by other entities besides subclasses of JMSAppender. Any class could access the getter methods and then use the returned object to do whatever it wants. It implies a contract with the outside world that it is ok to get and manipulate these member variables, which it isn't. Whereas if they are just changed to protected, only subclasses can screw things up, but we expect them to be a bit more knowleable. -- 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]