Method | Description | |
---|---|---|
Convert ( Stream input, IResultLogWriter output ) : void |
Interface implementation that takes a CppChecker log stream and converts its data to a SARIF json stream. Read in CppChecker data from an input stream and write Result objects.
|
|
CppCheckConverter ( ) : System |
Initializes a new instance of the CppCheckConverter class.
|
Method | Description | |
---|---|---|
ProcessCppCheckLog ( XmlReader reader, IResultLogWriter output ) : void |
public Convert ( Stream input, IResultLogWriter output ) : void | ||
input | Stream | Stream of a CppChecker log |
output | IResultLogWriter | SARIF json stream of the converted CppChecker log |
return | void |