Forbidden symbols
In the Forbidden symbols tab, you can specify the keywords, symbols and identifiers that must not be used in the project code. The forbidden symbols are checked during the static analysis.
Configuration of forbidden symbols
You can enter these symbols directly in the row or select them via the input assistant. During the static analysis the code is checked for the presence of these terms. Any hits result in an error being issued in the message window.
Syntax of symbol violations in the message window
If a symbol is used in the code that is configured as a forbidden symbol, an error is issued in the message window after the static analysis has been performed.
Syntax: "Forbidden symbol '<symbol>'“
Sample for the symbol XOR: "Forbidden symbol 'XOR'“