Brent Worden wrote:

There are a few FIXME comments. I've configured my Eclipse to
mark FIXMEs, but the out-of-the-box config highlights only TODOs.
Can we agree on a common style here?



I've been placing @todo messages inside javadoc comments.
PRO: Maven can generate a task list report based on those tags.
CON: They show up as warnings in the javadoc report. (I haven't looked to
see if I can disable this).


Borland popularized the @todo, which I use. Maven, or one of the plug-ins, also recognized the
'TODO:' so there are no javadoc warnings.

Reply via email to