I’ve just converted myself over to Eclipse (from NetBeans) and was wondering if it can find my undocumented methods/members for me?
Any help appreciated
Kev
I’ve just converted myself over to Eclipse (from NetBeans) and was wondering if it can find my undocumented methods/members for me?
Any help appreciated
Kev
In the latest Milestone build of 3.0 (M6, I believe), there’s a compiler option in Preferences->Java->Compiler->JavaDoc to generate errors/warnings for missing javadoc comments (based on visibility). Just turn that on and do a build, all your undocumented members and methods should show up in the Problems view.
You’re a star! This tool really is smart.
Kev