| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.txt | 2014-03-13 | 481 Bytes | |
| pojava-3.0.1-sources.jar | 2014-03-13 | 35.2 kB | |
| pojava-3.0.1.jar | 2014-03-13 | 34.6 kB | |
| Totals: 3 Items | 70.3 kB | 0 | |
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.)