Verify Warning Help

This dialog box shows help for the selected VSC warning.

You can start the dialog box from the Verify Warning Details dialog box.

This table shows the information that is usually displayed:

Type of information Description
Short Description A short description of the error.

For example:

Presence of goto statements
Type The warning type, such as Error or Warning.
Severity The severity of the warning, such as High or Medium.
Description A more detailed description of the error.

For example:

The use of 'goto' statement is forbidden.

Exception: within #defines it is allowed. Sometimes it is required (for example exception handling)
Motivation The reason why the situation indicated in the error message is not correct.

For example:

'Goto' statements reduce the readability of script code dramatically.
Possible Solution A hint for a possible solution.

For example:

Implement structured code (early return or if-then-else statements)
Examples Examples to understand and solve the error.

This dialog box is important in the procedure to handle warnings.

See Verifying software components.