Fork me on GitHub

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 Class Total number of occurrences Tag strings used by tag class
To Fix Work 7 fixme
Todo Work 8 todo

Each tag is detailed below:

To Fix Work

Number of occurrences found in the code: 7

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 415
should really be using commons io FileUtils here, but don't want to add dep for one simple test method 429
should really be using commons io IOUtils here, but don't want to add dep for one simple test method 468
com.healthmarketscience.jackcess.impl.IndexData Line
, this could happen if page has only one row... 2183
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)? 2098

Todo Work

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 136
com.healthmarketscience.jackcess.impl.IndexData Line
, we could force caller to get relevant values? 802
com.healthmarketscience.jackcess.impl.RelationshipCreator Line
future, check for enforce cycles? 230
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