Tomcat metrics

2005-08-12 Thread Yoav Shapira
Howdy, This is just information for the curious or bored ;) I was asked earlier today how many LOC are in Tomcat right now. Since I didn't know off the top of my head, I plopped the source code of 5.5.10 into Eclipse, and using Metrics (http://metrics.sourceforge.net/) calculated it. I had to

Re: Tomcat metrics

2005-08-12 Thread Mladen Turk
Yoav Shapira wrote: Howdy, This is just information for the curious or bored ;) Right. Good for any school project ;) result is only an approximation: 136K or so ;) And webdav used 92K? Weird. Regards, Mladen. - To

RE: Tomcat metrics

2005-08-12 Thread Yoav Shapira
Hola, And webdav used 92K? Weird. Not quite: total lines of code in methods was 92K. The webdav class mentioned had the biggest method at 347 lines of code. (And to complete the line, the average method had 8.37 LOC with a stdev of 18.761 LOC) Yoav