Chris, Keith: Thanks very much.
I needed a very high level count so this is good. In the paper work, there was another question which asked "how would you support this software?" and in the reply I have put down this user group :) Thanks again, Soniya -----Original Message----- From: Keith Hatton [mailto:[EMAIL PROTECTED] Sent: Friday, November 21, 2003 10:29 AM To: [EMAIL PROTECTED] Subject: RE: code count for Axis Using JCSC on the Axis codebase: (http://jcsc.sourceforge.net): [jcsc] Package Count: 62 [jcsc] Class Count: 605 [jcsc] Methods Count: 5177 [jcsc] Total NCSS Count: 45702 (NCSS = non-comment source statement, not necessarily the same as "lines of code"). -----Original Message----- From: Christopher Blunck [mailto:[EMAIL PROTECTED] Sent: 21 November 2003 15:00 To: [EMAIL PROTECTED] Subject: Re: code count for Axis On Fri, Nov 21, 2003 at 09:40:11AM -0500, Shah, Soniya M. wrote: > We have a paper work that needs to be filled out for any software we > use for which we dont have official technical support. lol. > I have to fill that out for Axis. > > One of the questions is how many lines of code. Does any one have a > rough estimate? [EMAIL PROTECTED] src]$ find . -name *.java | xargs wc -l 76094 total this is a *very* *very* high estimate - it includes *every* line of *every* source code file, including comments, blank lines, imports, and all of the class boilerplate that you need for java. -c -- 09:55:00 up 3 days, 3 min, 10 users, load average: 0.14, 0.11, 0.03
