Class InvalidCharacterInFileDiagnostic
java.lang.Object
com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractDiagnostic
com.github._1c_syntax.bsl.languageserver.diagnostics.InvalidCharacterInFileDiagnostic
- All Implemented Interfaces:
BSLDiagnostic,QuickFixProvider
@DiagnosticMetadata(type=ERROR,
severity=MAJOR,
minutesToFix=1,
tags={ERROR,STANDARD,UNPREDICTABLE})
public class InvalidCharacterInFileDiagnostic
extends AbstractDiagnostic
implements QuickFixProvider
-
Field Summary
FieldsFields inherited from class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractDiagnostic
diagnosticStorage, documentContext, info -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheck()getQuickFixes(List<Diagnostic> diagnostics, CodeActionParams params, DocumentContext documentContext) voidinit()Methods inherited from class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractDiagnostic
getDiagnostics, getInfo, setInfoMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github._1c_syntax.bsl.languageserver.diagnostics.BSLDiagnostic
configure
-
Field Details
-
SPACE_REGEX
- See Also:
-
-
Constructor Details
-
InvalidCharacterInFileDiagnostic
public InvalidCharacterInFileDiagnostic()
-
-
Method Details
-
init
-
check
public void check()- Specified by:
checkin classAbstractDiagnostic
-
getQuickFixes
public List<CodeAction> getQuickFixes(List<Diagnostic> diagnostics, CodeActionParams params, DocumentContext documentContext) - Specified by:
getQuickFixesin interfaceQuickFixProvider
-