[previous] 4824 [next] Invalid character in tag name.
Annotations

Annotation tags may only contain letters of the alphabet, numbers and underscores. When specifying continuous suppressions, the special tags '++' and '--' are allowed.

Example:


// PRQA S 100 A1         // OK
// PRQA S 100 A_1        // OK
// PRQA S 100 ++         // OK

// PRQA L:A1
// PRQA L:A_1

It is not possible to use characters other than these when specifying an annotation tag.

Example:


// PRQA S 100 A&1        // ERROR in tag name
// PRQA S 100 A@1        // ERROR in tag name

See also:

QA·C Source Code Analyser 8.1.2
© 2013 Programming Research.
www.programmingresearch.com
Personality Groups | Glossary | Message Index Contents