Done - please give it a spin and report back.



Awesome.  Thanks David... and on a Saturday nonetheless. :)

There are 3 checksytle errors. Two are minor { } usages in TaglistReport around the logic to skip the unit tests. The third is from the MTAGLIST-15 fix. The "mark" function from LineNumberReader allows the scanning forward in the source file for multiline comments; however, this function requires a readAheadLimit. The value 99999 was chosen because I hoped that would be a big enough character count for a comment. If this logic seems safe enough, then the checkstyle fix is the create a variable:

  private static final int MAX_COMMENT_CHARACTERS = 99999;

If there is a better usage or if a larger number would be better, please make the change you feel is best. I'll run some more rigorous tests this week.

Thanks again,
-Nate



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to