Примеры использования Diagnostic message на Английском языке и их переводы на Русский язык
{-}
-
Official
-
Colloquial
Diagnostic message via operating display.
The full name of the file is Exchange Diagnostic Message.
The V599 diagnostic message is related to this one.
But I will mention it only as a diagnostic message.
PVS-Studio's diagnostic message: V610 Undefined behavior.
As it is written in the PVS-Studio's diagnostic message.
PVS-Studio's diagnostic message: V663 Infinite loop is possible.
Here is an example of code that causes generating the V504 diagnostic message.
The analyzer generates the diagnostic message V802 on non-optimal structures.
Consider the following examples that trigger this diagnostic message.
In a most common case, this diagnostic message is generated against the following code.
Let's study several examples the analyzer generates the V522 diagnostic message for.
If you do not want to get this diagnostic message, you may disable it in the analyzer settings.
First try to find the error in the code below without reading the diagnostic message.
For example, the analyzer generates a diagnostic message for the following code.
The diagnostic message isn't generated if two identical expressions of'float' or'double' types are being compared.
If loading of the configuration file fail then a diagnostic message will be shown.
The V599 diagnostic message helps to detect far not all the issues related to absence of virtual destructors.
I don't think I should cite any more code fragments the V595 diagnostic message is generated on.
The analyzer warns about it with the diagnostic message"V532- The'then' statement is equivalent to the'else' statement.
But the analyzer may fail to distinguish between the two ways of behavior andwill generate the diagnostic message for both.
If the code is correct, you may turn off the diagnostic message for this line using the"//-V658" comment.
Every diagnostic message contains documentation, where you can find a description and examples of the error and ways of fixing it.
If you are sure that the code is absolutely correct,you may disable the diagnostic message output by adding the comment"//-V666.
Every diagnostic message has a detailed description in the documentation with examples of incorrect code and possible ways to fix the bugs.
PVS-Studio output window filtering mechanisms make it possible to quickly find anddisplay either a single diagnostic message or the whole groups of these messages. .
The first diagnostic message by PVS-Studio(no reason citing all the rest): V546 Member of a class is initialized by itself:'size1_size1.
In the new version, a new diagnostic message V401 has been added, it lets find data structures which use memory uneconomically.
PVS-Studio's diagnostic message is the following: V568 It's odd that the argument of sizeof() operator is the'sizeof(SECURITY_ATTRIBUTES)' expression.
PVS-Studio's diagnostic message is the following: V501 There are identical sub-expressions'state== rsl_encoding' to the left and to the right of the'||'operator.