Alan,

If you change to look at just the real source:
wc `find java/client java/common -wholename */src/main/*.java` | tail -1
  33180  102555 1049430 total

Thus, well over half the code in the java stuff are tests.   That's a 
GOOD thing.   (If the test are actually running and test things 
correctly.   That could be a false assumption.  I don't really know.)


Dan




On Wednesday 14 March 2007 10:31, Alan Conway wrote:
> wc `find cpp -name *.h -o -name *.cpp` | tail -1
>   42537  133707 1247482 total
>  wc `find java/client java/common -name *.java` | tail -1
>   77318  232166 2475349 total
>  wc `find python -name *.py` | tail -1
>   4396  14149 149905 total
>  wc `find ruby -name *.rb` | tail -1
>  1312  3465 29522 total

-- 
J. Daniel Kulp
Principal Engineer
IONA
P: 781-902-8727    C: 508-380-7194
[EMAIL PROTECTED]
http://www.dankulp.com/blog

Reply via email to