While I didn't actually write ActionServlet myself, I'll be the first to agree that I sometimes forget to apply the standard conventions to my own code. Java's not my first language, and sometimes I slip into legacy coding styles without realizing it. Many of us old hands have the same problem, and would love a gentle reminder when we slip-up. I'm actually thinking that if I start to watching others code, I might remember to watch my own as well ;-)
Personally, I do try to follow the Elements of Java Style, which is mostly an extension of the Sun standards, but don't always succeed ;-) Erik Hatcher wrote: > > Well Ted..... the jokes on you... > > Have a look at ActionServlet versus this coding standard. :)) > > (no offense to anyone, this is in jest) > > Erik > > p.s. I've given CheckStyle a try... its a tough one to live with as its > stringent, but perhaps this could be used during builds to spit out code > standard non-compliance warnings: http://checkstyle.sourceforge.net -- Ted Husted, Husted dot Com, Fairport NY USA. -- Building Java web applications with Struts. -- Tel +1 585 737-3463. -- Web http://www.husted.com/struts/ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
