Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2015-06-04 | 589 Bytes | |
pojava-3.0.3-sources.jar | 2015-06-04 | 34.9 kB | |
pojava-3.0.3.jar | 2015-06-04 | 34.7 kB | |
Totals: 3 Items | 70.1 kB | 3 |
Version 3.0.3 ======== * Fixed edge case in date parser for dates matching "dd MMM yy" where month ends in "T". Version 3.0.1 ======== * Fixed bug in ReflectionTool.populateFromMap(...), which needed to covert the setter property to an Object[] (and in the unit test, which was passing an Object[] instead of an object). * Fleshed out missing JavaDoc property descriptions. * Performed a bunch of micro-optimizations suggested by my IDE (remove unnecessary init assignments, inline instead of using temp variables, use StringBuilder instead of StringBuffer, use foreach, etc.)