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 |
|---|---|---|
| To Fix Work | 6 | fixme |
| Todo Work | 8 | todo |
Each tag is detailed below:
Number of occurrences found in the code: 6
| com.healthmarketscience.jackcess.TestUtil | Line |
|---|---|
| should really be using commons io FileUtils here, but don't want to add dep for one simple test method | 432 |
| should really be using commons io IOUtils here, but don't want to add dep for one simple test method | 471 |
| com.healthmarketscience.jackcess.impl.IndexData | Line |
| , this could happen if page has only one row... | 2160 |
| com.healthmarketscience.jackcess.impl.TableMutator | Line |
| for now, we can't create complex columns | 59 |
| com.healthmarketscience.jackcess.impl.expr.Expressionator | Line |
| maybe bare obj name, maybe string literal? | 548 |
| possibly do some type coercion. are there conversions here which don't work elsewhere? (string -> date, string -> number)? | 2099 |
Number of occurrences found in the code: 8
| com.healthmarketscience.jackcess.impl.IndexCodesTest | Line |
|---|---|
| long rows not handled completely yet in V2010 seems to truncate entry at 508 bytes with some trailing 2 byte seq | 146 |
| com.healthmarketscience.jackcess.impl.IndexData | Line |
| , we could force caller to get relevant values? | 801 |
| com.healthmarketscience.jackcess.impl.RelationshipCreator | Line |
| future, check for enforce cycles? | 229 |
| com.healthmarketscience.jackcess.impl.expr.DefaultTextFunctions | Line |
| , for now, ignore locale id...? int localeId = params[2]; | 372 |
| com.healthmarketscience.jackcess.impl.expr.Expressionator | Line |
| actually format expression? | 1147 |
| com.healthmarketscience.jackcess.impl.expr.FormatUtil | Line |
| implement caching for custom formats? put into Bindings. use special "cache" prefix to know which caches to clear when evalconfig is altered (could also cache other Format* functions) | 455 |
| com.healthmarketscience.jackcess.impl.expr.RandomContext | Line |
| , support SecureRandom? | 88 |
| com.healthmarketscience.jackcess.impl.expr.StringValue | Line |
| , for now, we can't cache the date value becuase it could be an "implicit" date which would need to be re-calculated on each call | 98 |