Edited report
May 3rd, 2010 | By cortrRemoved I’s from report.
Final-Project-Report
Final-Project-Report
I only added Joshua’s section to it and made sure the formatting and layout was consistent today. I’ll write the conclusion tomorrow after digesting what
[continue reading...]
I posted the jetty slides I made in new media…
Hey guys, I couldn’t make the meeting today. Let me know what you got done on the presentation. I’ll add my part. I’m heading out of town for baseball, but will check this site. Meet up with somebody Sunday night? Or whenever works best.
Decided to look at the commenting style of the files (throughout code, tops of files only, etc) as input to how any change over the
[continue reading...]
Using cloc and linux’s wc I counted the comment and code lines and characters for those separate line measurements over the webserver key packages in Jetty.
v4 code lines: 22106 v4comment lines: 14008 v4 code characters: 1383366 – blank lines v4comment char: 750207
v8 code lines: 28229 v8comment lines: 10722 v8 code char: 1492986 – blank
[continue reading...]
While working on getting accurate measurements for the various metrics on Jetty I came across cloc. This perl program(one of several like it) can help us obtain the file counts for our most basic size measurements if anyone is struggling. Here is a site for it — http://cloc.sourceforge.net/
We went over ideas for the metrics to measure various aspects of the applications’ evolution.
Size growth:
Lines of code
Byte size of files — core/common ones
[continue reading...]
Finally successfully reverse engineered the Jetty code for versions 4 and 8. Need to verify patterns by pattern finder.