Coder returns a false positive for @see even when not separating multiple items and there is no trailing spaces or punctuation.

Line 165: @see references should be separated by "," followed by a single space and with no trailing punctuation
 * @see tracker_menu()
Line 182: @see references should be separated by "," followed by a single space and with no trailing punctuation
 * @see tracker_menu()

Refer to #1533406-16: Make tracker module pass Coder Review for an example

This was apparently fixed in 6 #178629: Properly use @see so I'm not sure what happened to make this show up again.
Related
#1198452: @see references should each be on their own line.

Comments

frank ralf’s picture

Still getting this issue with the current D6 releases Coder 6.x-2.x-dev (2011-Aug-18) and 6.x-2.0-rc1 (2011-Jul-21) when using "minor (most)" mode for the following kind of comment:

**
 * Validator for per-user configuration form.
 *
 * @see workspace_configure_form()
 */

Warning:

workspace.module
severity: minor
Line 169: @see references should be separated by "," followed by a single space and with no trailing punctuation
   * @see workspace_configure_form()
klausi’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

Coder 7.x-1.x is frozen now and will not receive any updates. Coder 8.x-2.x can be used to check code for any Drupal version, Coder 8.x-2.x also supports the phpcbf command to automatically fix conding standard errors. Please check if this issue is still relevant and reopen against that version if necessary.