C# 클래스 Microsoft.CodeAnalysis.Sarif.Converters.StaticDriverVerifierConverter

상속: ToolFileConverterBase
파일 보기 프로젝트 열기: Microsoft/sarif-sdk

공개 메소드들

메소드 설명
Convert ( Stream input, IResultLogWriter output ) : void

Interface implementation that takes a Static Driver Verifier log stream and converts its data to a SARIF json stream. Read in Static Driver Verifier data from an input stream and write Result objects.

StaticDriverVerifierConverter ( ) : System

Initializes a new instance of the StaticDriverVerifierConverter class.

비공개 메소드들

메소드 설명
ConvertToAnnotatedCodeLocationKind ( string sdvKind ) : AnnotatedCodeLocationKind
ConvertToResultLevel ( string sdvLevel ) : ResultLevel
ExtractCallerAndCallee ( string text, string &caller, string &callee ) : bool
IsHarnessOrRulesFiles ( string fileName ) : bool
ProcessLine ( string logFileLine, System.Result result ) : void
ProcessSdvDefectStream ( Stream input ) : System.Result

메소드 상세

Convert() 공개 메소드

Interface implementation that takes a Static Driver Verifier log stream and converts its data to a SARIF json stream. Read in Static Driver Verifier data from an input stream and write Result objects.
public Convert ( Stream input, IResultLogWriter output ) : void
input Stream Stream of a Static Driver Verifier log
output IResultLogWriter SARIF json stream of the converted Static Driver Verifier log
리턴 void

StaticDriverVerifierConverter() 공개 메소드

Initializes a new instance of the StaticDriverVerifierConverter class.
public StaticDriverVerifierConverter ( ) : System
리턴 System