Is there a way to validate the presence of Javadoc and/or inline code comments?

Posted by Chris Aldrich on Stack Overflow See other posts from Stack Overflow or by Chris Aldrich
Published on 2010-04-05T18:28:53Z Indexed on 2010/04/05 18:33 UTC
Read the original article Hit count: 218

We are trying to put quality code processes in place for a large project I am working on. Right now a lot of developers are not putting in Javadoc or in-line code comments into their code. Ok right now. But it will severely hurt us in the very near future. We are using Maven 2.0.9 as our build tool, as well as Hudson for Continuous Integration. We are using Subversion as our source versioning tool/code repository, Rational Application Developer and Rational Softare Architect (essentially Eclipse) 7.5.1 as our IDE's, and then Subclipse as our Eclipse plug-in to connect to SVN.

Is there a plug-in or a way to validate that a developer put in Javadoc and/or in-line code comments in order to allow a commit to SVN? This isn't intended to be a substitute for good code reviews, but merely a help to make sure that developers are reminded to add this documentation before committing. We are still intending on conducting code reviews that would also review documentation.

Has anyone found any plug-ins for something like this? Any links? Any ideas?

© Stack Overflow or respective owner

Related posts about javadoc

Related posts about plug-ins