On Thu, Sep 2, 2010 at 6:04 PM, Jeremias Maerki <d...@jeremias-maerki.ch>wrote:

> I'm not sure we have the tooling to make sure noone
> uses @todo.
>

Actually, checkstyle 5.1 will report warnings for any use of a non-standard
tag that is not qualified with a dotted prefix. Also the standard Doclet in
recent JDKs will complain as well. So if committers run checkstyle and
javadocs targets before committing, we should be able to keep this usage
out.

On the other hand, it may be possible to fine tune the checkstyle rules and
also the doclet options to permit use of @todo without warnings. I could try
to experiment some to see if that is feasible, then we could return to the
former usage of @todo.

G.

Reply via email to