Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Various "stylistic" improvements suggested by Joshua Bloch's book. | David A. Madore | 2010-04-22 | 1 | -2/+2 |
| | | | | | | Use @Override annotation. Limit accessibility of fields. Make final what can be. Use complex enums. Don't ignore exceptions. Some more changes on exceptions thrown. | ||||
* | Stray semicolon. | David A. Madore | 2010-04-19 | 1 | -1/+1 |
| | |||||
* | Write a semi-decent unparser(=serializer). | David A. Madore | 2010-04-12 | 1 | -13/+73 |
| | | | | Still a bit rough at the edges, but this basically does what I want. | ||||
* | Move ad hoc serializer to an "Unparser" class (ugly and unfinished). | David A. Madore | 2010-04-12 | 1 | -0/+88 |