Seems high. Possibly because the repo wasn't "mvn clean"'ed first. That 
accounts for HTML which is 3e6.

mvn clean

find . -path '*src/main' | xargs cloc > cloc-main

Java  code: 377130

find . -path '*src/main' | xargs du -shc | tail -1
42M     total

find . -path '*src/test' | xargs cloc > cloc-test

Java   code: 183198

find . -path '*src/test' | xargs du -shc | tail -1
18M     total


find . -name src | xargs cloc > cloc-all

Java   code: 560647

find . -name src | xargs du -shc | tail -1
60M     total


    Andy


main:

-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Java                          4573          85096         206792         377130
JavaScript                      70           4514           5933          26687
XML                             12            184            331           1659
HTML                            39            196            531           1584
CSS                             16            135            114            796
XSLT                             1            184             36            751
SVG                              2              0              0            733
Smarty                           7             15              0            220
DTD                              1             45             73             88
AspectJ                          1              8             46             36
INI                              1             10              0             28
Bourne Shell                     1              4              0             17
-------------------------------------------------------------------------------
SUM:                          4724          90391         213856         409729
-------------------------------------------------------------------------------

test:
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Java                          1835          38846          58077         183198
XML                              4             19            198           9502
HTML                             1              3             15             12
-------------------------------------------------------------------------------
SUM:                          1840          38868          58290         192712
-------------------------------------------------------------------------------

all
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Java                          6413         124010         265091         560647
JavaScript                      70           4514           5933          26687
XML                             16            203            529          11161
HTML                            40            199            546           1596
CSS                             16            135            114            796
XSLT                             1            184             36            751
SVG                              2              0              0            733
Smarty                           7             15              0            220
DTD                              1             45             73             88
INI                              2             19              0             66
AspectJ                          1              8             46             36
Bourne Shell                     1              4              0             17
-------------------------------------------------------------------------------
SUM:                          6570         129336         272368         602798
-------------------------------------------------------------------------------

Reply via email to