Method | Description | |
---|---|---|
AndroidStudioConverter ( ) : System |
Initializes a new instance of the AndroidStudioConverter class.
|
|
Convert ( Stream input, IResultLogWriter output ) : void |
Converts an Android Studio formatted log as input into a SARIF SarifLog using the output.
|
|
ConvertProblemToSarifResult ( |
||
GetShortDescriptionForProblem ( |
Generates a user-facing description for a problem, using the description supplied at construction time if it is present; otherwise, generates a description from the problem type.
|
Method | Description | |
---|---|---|
CreateLogicalLocation ( |
||
CreateSignature ( |
||
GenerateFullMessage ( string description, ImmutableArray |
||
ProcessAndroidStudioLog ( XmlReader xmlReader ) : ISet |
Processes an Android Studio log and writes issues therein to an instance of IResultLogWriter.
|
|
RemoveBadRoot ( string path, |
||
SetSarifResultPropertiesForProblem ( System.Result result, |
||
TryAddLogicalLocation ( string parentKey, string value, string kind, string delimiter = @"\" ) : string |
public Convert ( Stream input, IResultLogWriter output ) : void | ||
input | Stream | The Android Studio formatted log. |
output | IResultLogWriter | The SarifLog to write the output to. |
return | void |
public ConvertProblemToSarifResult ( |
||
problem | ||
return | System.Result |
public static GetShortDescriptionForProblem ( |
||
problem | The problem. | |
return | string |