Tag List Report

The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

Tag ClassTotal number of occurrencesTag strings used by tag class
FIXME's1FIXME
TODO's13TODO

Each tag is detailed below:

FIXME's

Number of occurrences found in the code: 1

org.apache.torque.engine.database.model.DatabaseLine
Handle idMethod="native" via DB adapter.379

TODO's

Number of occurrences found in the code: 13

org.apache.torque.engine.database.model.ColumnLine
Handle delimited column names that have non-Java identifier characters in them.288
Properly SQL-escape the text.951
org.apache.torque.engine.database.model.DatabaseLine
autoincrement is no longer supported!!!380
check type and size404
org.apache.torque.engine.database.model.DomainLine
Properly SQL-escape the text.258
org.apache.torque.engine.platform.PlatformDefaultImplLine
Check whether this is true for all DBs. Also verify the old Sybase templates.107
org.apache.torque.task.TorqueXMLWithDescLine
Auto-generated catch block139
Auto-generated catch block142
Auto-generated catch block145
Auto-generated catch block158
Auto-generated catch block161
Auto-generated catch block164
org.kuali.db.JDBCUtilsLine
This next line is nasty, but it works for nearly every postgresql server. If we have to add another exception to this for another database server, then I highly recommend refactoring this to a more elegant solution.102