Hi all,
I think I'm getting pretty close to the first alpha-releases of QDox.
I've already tried some projects using QDox-1 to see how easy it is to migrate.
Most of the time it's just changing JavaDocBuilder to JavaProjectBuilder and
replace the arrays with generic lists.
The code has become much cleaner, faster, etc. I'm using Sonar to keep track of
the changes and the statistics are looking finer and finer.
I've added two syntax features of JDK7 (binary literals and underscores in
numbers)
There's one thing I'd like to do before releasing the first alpha: hide the
Type and use JavaClass instead.
Now that QDox is using interfaces I believe this should be possible. So
there“s no need to use Type.getJavaClass().
After that the API should become stable.
I'm aiming on the summer for the first alpha's.
During this period I'll spend time on the FM and javadocs (
http://wooga.drbacchus.com/files/Write_A_Better_FM.pdf )
I hope someone with english as native language could check it.
-Robert