hi all,

I used the tool sloccount (http://www.dwheeler.com/sloccount/) to run some
elemantary Lines-of-Code code statistics on the OJB source code.
The cool thing about sloccount it also gives a cocomo based cost estimate.

cheers,
Thomas

SLOC    Directory       SLOC-by-Language (Sorted)
63446   src_java        java=63446
49456   src_xdoclet     java=49456
42341   src_test        java=42341
7489    src_tools       java=7489
2952    src_ejb         java=2952
1654    src_samples     java=1654
868     src_jca         java=868
784     src_jdori       java=784
568     src_prevayler   java=568
168     src_connector   java=168
34      bin             sh=34

Totals grouped by language (dominant language first):
java:        169726 (99.98%)
sh:              34 (0.02%)

Total Physical Source Lines of Code (SLOC)                = 169,760
Development Effort Estimate, Person-Years (Person-Months) = 43.89 (526.67)
 (Basic COCOMO model, Person-Months = 2.4 * (KSLOC**1.05))
Schedule Estimate, Years (Months)                         = 2.25 (27.05)
 (Basic COCOMO model, Months = 2.5 * (person-months**0.38))
Estimated Average Number of Developers (Effort/Schedule)  = 19.47
Total Estimated Cost to Develop                           = $ 5,928,827
 (average salary = $56,286/year, overhead = 2.40).

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to