Todos

ClassClass Todos CountMethod with Todos
com.finalist.jag.uml.UML2JagGenerator 1 0
com.finalist.jaggenerator.Database 0 1
com.finalist.jaggenerator.DatabaseUtils 0 1
com.finalist.util.Diff 2 0

com.finalist.jag.uml.UML2JagGenerator

Class Todos
Plug in a generic java class field type --> SQL column type mapping, instead of DEFAULT_SQL_TYPE..

com.finalist.jaggenerator.Database

Method Todos
getTypeMapping(): this property may be application-server specific -maybe better to have a Map of these..?

com.finalist.jaggenerator.DatabaseUtils

Method Todos
getPrimaryKeys(): make this private - all primary key work should be done in this class.

com.finalist.util.Diff

Class Todos
The output of the diff report if hardcoded to HTML, for the time being.
It would be nice if performDiff() generated XML and createReport() used XSLT..