Property | Type | Description | |
---|---|---|---|
Id | string | ||
Locations | ImmutableArray |
||
Message | string | ||
Severity | string | ||
VerboseMessage | string |
Method | Description | |
---|---|---|
CppCheckError ( string id, string message, string verboseMessage, string severity, ImmutableArray |
Initializes a new instance of the CppCheckError class.
|
|
Parse ( |
Parses the element on which an XmlReader is positioned as a CppCheck error node.
|
|
ToSarifIssue ( ) : System.Result |
Converts this instance to Result.
|
Method | Description | |
---|---|---|
ParseLocationsSubtree ( |
public CppCheckError ( string id, string message, string verboseMessage, string severity, ImmutableArray |
||
id | string | The rule ID of the error generated by CppCheck. |
message | string | The message of the error generated by CppCheck. |
verboseMessage | string | The verbose message of the error generated by CppCheck. |
severity | string | The severity of the error generated by CppCheck. |
locations | ImmutableArray |
The locations to which the error generated by CppCheck refer. |
return | System |
public static Parse ( |
||
reader | The reader from which a CppCheck error shall be read. | |
strings | Strings used to parse the CppCheck log. | |
return |