Rarely have enough time to work on this project.
Still, here it is: the official 1.0 release.
I've been busy refactoring some of the code, changing some of the names, and expanding the unit tests.
I've reached a point where I think the library might be dubbed 1.0, since it is now capable of generating all possible Java language constructs. So, a fully functional release candidate. Aside from some minor bug fixes, this should become the 1.0 release in the near future.
It's been a bit quiet around Javast recently (as if it wasn't already).
Just a quick status report: I'm working towards the 1.0 release at the moment. The major changes:
- I've switched to JDK 1.5 (generics are so useful for this project).
- I've refactored the names of classes so they make more sense.
- I'm currently implementing more JUnit tests to prevent future regressions.
I hope to release a 1.0 Release Candidate soon.
Version 0.8.2 is now available for download. The library has functionality for generating java code containing almost all constructs present up to JDK 6.0.