RE: Private vs. protected?

2003-06-12 Thread Shapira, Yoav
Howdy, >I've noticed many times that most, well, 'privates' in Tomcat (and many >other Jakarta projects) are private, while having them protected would >greatly ease coding any derivated classes, why? There could be any number of reasons. My guess is (and I know in my code) many times stuff is

Private vs. protected?

2003-06-12 Thread deacon Marcus
Hello, I've noticed many times that most, well, 'privates' in Tomcat (and many other Jakarta projects) are private, while having them protected would greatly ease coding any derivated classes, why? Greetings, deacon Marcus - To

Private vs protected in org.apache.catalina.core.*

2002-02-03 Thread Deacon Marcus
Hi, Why so many things in org.apache.catalina.core.* are private instead of protected? Even the smallest changes in subclasses requires copy-pasting pages of code since most utility methods are private while they could as well be protected :/ Greetings, deacon Marcus -- To unsubscribe, e-mail: