Class SarifReporter
java.lang.Object
com.github._1c_syntax.bsl.languageserver.reporters.SarifReporter
- All Implemented Interfaces:
DiagnosticReporter
Репортер в формат SARIF.
- See Also:
-
Constructor Summary
ConstructorDescriptionSarifReporter
(LanguageServerConfiguration configuration, Collection<DiagnosticInfo> diagnosticInfos, ServerInfo serverInfo) -
Method Summary
-
Constructor Details
-
SarifReporter
@ConstructorProperties({"configuration","diagnosticInfos","serverInfo"}) public SarifReporter(LanguageServerConfiguration configuration, Collection<DiagnosticInfo> diagnosticInfos, ServerInfo serverInfo)
-
-
Method Details
-
key
- Specified by:
key
in interfaceDiagnosticReporter
-
report
- Specified by:
report
in interfaceDiagnosticReporter
-