Skip to main content
March 8, 2010
Question

FlexMetrics not counting non-Javadoc comments?

  • March 8, 2010
  • 1 reply
  • 607 views

After downloading and installing the 1.1 version of FlexMetrics it appears as though comments are still not being counted correctly.  As best I can tell, it is only parsing one type of comment:

/* Comment */ are considered MLCLC

/** Comment */ are considered Javadocs/JLC

It looks like none of the following are counted:

// Comment

<!-- Comment -->

<!--- Comment -->

Which means mxml comments are not counted at all and single line comments are always 0.

Is this by design, or is this a bug?

Thanks in advance

Brian

This topic has been closed for replies.

1 reply

Participant
March 9, 2010

From previous discussions I had with Xavier, I think this is simply not implemented yet.

Olivier