

| Directory | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 802 (100.0%) | 14830 (100.0%) | 18.4 |
| doc/ | 106 (13.2%) | 3707 (25.0%) | 34.9 |
| classes/org/makumba/view/jsptaglib/ | 78 (9.7%) | 1582 (10.7%) | 20.2 |
| classes/org/makumba/abstr/ | 73 (9.1%) | 1255 (8.5%) | 17.1 |
| classes/org/makumba/ | 51 (6.4%) | 923 (6.2%) | 18.0 |
| classes/org/makumba/db/sql/ | 52 (6.5%) | 863 (5.8%) | 16.5 |
| servlet_context/WEB-INF/ | 9 (1.1%) | 617 (4.2%) | 68.5 |
| classes/test/ | 28 (3.5%) | 520 (3.5%) | 18.5 |
| classes/org/makumba/devel/ | 39 (4.9%) | 462 (3.1%) | 11.8 |
| classes/org/makumba/controller/html/ | 24 (3.0%) | 432 (2.9%) | 18.0 |
| classes/org/makumba/util/ | 20 (2.5%) | 418 (2.8%) | 20.9 |
| / | 81 (10.1%) | 381 (2.6%) | 4.7 |
| doc/hacking/ | 11 (1.4%) | 308 (2.1%) | 28.0 |
| classes/org/makumba/view/ | 15 (1.9%) | 279 (1.9%) | 18.6 |
| classes/org/makumba/db/sql/oql/ | 16 (2.0%) | 278 (1.9%) | 17.3 |
| classes/org/makumba/db/sql/odbcjet/ | 12 (1.5%) | 254 (1.7%) | 21.1 |
| classes/org/makumba/importer/ | 10 (1.2%) | 230 (1.6%) | 23.0 |
| classes/org/makumba/db/ | 12 (1.5%) | 210 (1.4%) | 17.5 |
| classes/org/makumba/abstr/printer/ | 16 (2.0%) | 198 (1.3%) | 12.3 |
| classes/org/makumba/abstr/translator/ | 8 (1.0%) | 184 (1.2%) | 23.0 |
| classes/org/makumba/view/html/ | 13 (1.6%) | 180 (1.2%) | 13.8 |
| classes/org/makumba/db/sql/dbcp/ | 7 (0.9%) | 161 (1.1%) | 23.0 |
| doc/manual/ | 10 (1.2%) | 150 (1.0%) | 15.0 |
| classes/test/validMdds/ | 28 (3.5%) | 143 (1.0%) | 5.1 |
| classes/org/makumba/db/sql/qed/ | 8 (1.0%) | 138 (0.9%) | 17.2 |
| classes/org/makumba/controller/http/ | 6 (0.7%) | 138 (0.9%) | 23.0 |
| classes/org/makumba/db/sql/oracle/ | 5 (0.6%) | 127 (0.9%) | 25.4 |
| classes/org/makumba/db/sql/pgsql/ | 5 (0.6%) | 115 (0.8%) | 23.0 |
| classes/org/makumba/db/sql/msql/ | 7 (0.9%) | 115 (0.8%) | 16.4 |
| classes/org/makumba/db/sql/odbcjet/v4/ | 7 (0.9%) | 95 (0.6%) | 13.5 |
| classes/org/makumba/db/sql/cloudscape/ | 4 (0.5%) | 92 (0.6%) | 23.0 |
| classes/org/makumba/controller/jsp/ | 4 (0.5%) | 70 (0.5%) | 17.5 |
| classes/org/makumba/db/sql/pgsql/old/ | 3 (0.4%) | 69 (0.5%) | 23.0 |
| classes/test/brokenMdds/ | 23 (2.9%) | 38 (0.3%) | 1.6 |
| doc/api/ | 6 (0.7%) | 37 (0.2%) | 6.1 |
| classes/org/makumba/db/sql/mysql/ | 3 (0.4%) | 34 (0.2%) | 11.3 |
| classes/org/makumba/controller/ | 2 (0.2%) | 27 (0.2%) | 13.5 |

generates cvs activity statistics with statcvs
29 lines of code changed in 2 files:
removing acidentally committed part
0 lines of code changed in 1 file:
try querying all individual fields
14 lines of code changed in 1 file:
bug 677 (".jspx" conflicting with XML & XHTML) - added support for ".jsps" alternative
18 lines of code changed in 5 files:
additional test
5 lines of code changed in 1 file:
supports other than default port
4 lines of code changed in 1 file:
uses standard "INTEGER" field type
(should it just extend intManager instead?)
3 lines of code changed in 1 file:
initial support for oracle (still buggy)
128 lines of code changed in 5 files:
provide standard SQL type name
3 lines of code changed in 1 file:
superclass is already using DB-specific properties with fallback to whatever is specified here
0 lines of code changed in 1 file:
slightly better error messages
2 lines of code changed in 1 file:
fixing
bug 516 (Names of identifiers in DB need to be made valid)
reverted long name component order
12 lines of code changed in 1 file:
support for real (double precision) data type
170 lines of code changed in 11 files:
reverted to char, see
bug 639
1 lines of code changed in 1 file:
bug 673 fixed (delete API call generates broken SQL)
45 lines of code changed in 3 files:
testcases for
bug 430 and
bug 673
64 lines of code changed in 5 files:
Database level types for real data type (for
bug 430)
from http://downloads.hemtech.co.za/jdo/manual/database_specific_information.html
4 lines of code changed in 1 file:
bug 639 fixed (MDD names in Catalog are limited in length)
3 lines of code changed in 2 files:
additional testcases, all working fine
2 lines of code changed in 1 file:
bug 672 fixed (made !include mechanism in MDD insensitive to whitespace)
18 lines of code changed in 3 files:
(251 more)