Tag List Report
The following document contains the listing of user tags found in the code. Below is the summary of the occurences per tag.
| Tag | Total number of occurences |
|---|
| @todo | 1 |
| TODO | 5 |
Each tag is detailed below:
Number of occurences found in the code: 1
| org.javagen.agile.db.DbLoader | Line |
|---|
| add support for versioning by calling DatabaseMetaData.getVersionColumns() | 181 |
Number of occurences found in the code: 5
| org.javagen.agile.core.emitter.context.EmitterLocalContextLoader | Line |
|---|
| the ooNamingService provides most of the NanoTemplate functionality - can we refactor NanoTemplate out of the templates? | 33 |
| org.javagen.agile.core.emitter.template.FreemarkerCodeGenerator | Line |
|---|
| do we need to add support for freemarker.properties configuration? | 36 |
| org.javagen.agile.core.xml.jaxb.ContextFactory | Line |
|---|
| JAXB registered classes should be externalized to avoid coupling between modules | 28 |
| org.javagen.agile.db.model.FkConstraint | Line |
|---|
| verify logic is correct for composite FKs in checkInsertableUpdatable method | 71 |
| org.javagen.agile.db.model.UniqueConstraint | Line |
|---|
| UniqueConstraint needs to be added to the Table child nodes | 27 |