There are 2 places the TODO's can be recorded
either in the CheckStyle report, or in the Tags report.
The Tags report is a more standard place to record TODO ( and other
things like FIXME), as they tend to get lots where there are a log of
check style issues.
So, I wasnt certain if we want to record TODO's as a style issue or
not ?
(I am being confusing towards the end of the day here :), if it makes
no sense just ask me to remove it, and I will.)
Ian
On 23 Jul 2008, at 20:42, Cassie wrote:
Sorry for my slowness but I'm slightly confused by your question.
We should probably check the TODO style, is that what you are asking?
- Cassie
On Wed, Jul 23, 2008 at 12:39 PM, Ian Boston <[EMAIL PROTECTED]> wrote:
Do we want the TODO's in check style or in the list of Tags ?
I wasn't certain, so I left it there commented out.
Happy to remove.
Ian
On 23 Jul 2008, at 20:32, Cassie wrote:
- <module name="TodoComment"/>
+<!--
+ <module name="TodoComment">
+ <property name="severity" value="info"/>
+ </module>
+-->
why add this commented out portion?