On 10/6/05, Jörg Gottschling <[EMAIL PROTECTED]> wrote:
> I think patching Checkstyle would be the better way.

Good luck! I had a look at their feature request page, and there were
entries from over a year ago.

Btw, I think this check is actually a good idea (including
@inheritDoc), because it forces the developer(s) to think about
Javadoc which IMO is quite important for a library developed by
multiple persons.
And adding an @inheritDoc doesn't cost much time, even if in 200
source files, and also has the benefit that it catches (hard-to-find)
bugs where the base-class method signature was changed but not the one
of the sub-class method.

Tom

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

Reply via email to