The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.
Tag Class | Total number of occurrences | Tag strings used by tag class |
---|---|---|
FIXME's | 1 | FIXME |
TODO's | 13 | TODO |
Each tag is detailed below:
Number of occurrences found in the code: 1
org.apache.torque.engine.database.model.Database | Line |
---|---|
Handle idMethod="native" via DB adapter. | 379 |
Number of occurrences found in the code: 13
org.apache.torque.engine.database.model.Column | Line |
---|---|
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.Database | Line |
autoincrement is no longer supported!!! | 380 |
check type and size | 404 |
org.apache.torque.engine.database.model.Domain | Line |
Properly SQL-escape the text. | 258 |
org.apache.torque.engine.platform.PlatformDefaultImpl | Line |
Check whether this is true for all DBs. Also verify the old Sybase templates. | 107 |
org.apache.torque.task.TorqueXMLWithDesc | Line |
Auto-generated catch block | 139 |
Auto-generated catch block | 142 |
Auto-generated catch block | 145 |
Auto-generated catch block | 158 |
Auto-generated catch block | 161 |
Auto-generated catch block | 164 |
org.kuali.db.JDBCUtils | Line |
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 |