I am having some fun fixing the numerous Checkstyle warnings.

One warning that is displayed very often is "Missing a Javadoc comment". For Javadoc itself this is not much of a problem because the tool knows how to inherit the comments from super classes or implemented interfaces. But Checkstyle wants an explicit comment (the @inheritDoc tag is not recognized either).

Personally I prefer to have Javadocs for all methods. This makes the code more readable. But it would be a bunch of work to fix this now.

Other opinions? How is this handled by other components?

Oliver

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to