Class ScheduledJobHandlerDiagnostic
java.lang.Object
com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractDiagnostic
com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractMetadataDiagnostic
com.github._1c_syntax.bsl.languageserver.diagnostics.ScheduledJobHandlerDiagnostic
- All Implemented Interfaces:
BSLDiagnostic
@DiagnosticMetadata(type=ERROR,
severity=CRITICAL,
minutesToFix=5,
tags=ERROR,
scope=BSL,
canLocateOnProject=true)
public class ScheduledJobHandlerDiagnostic
extends AbstractMetadataDiagnostic
-
Field Summary
Fields inherited from class AbstractDiagnostic
diagnosticStorage, documentContext, info -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheck()Выполняет проверку документа и наполняетAbstractDiagnostic.diagnosticStorageнайденными замечаниями.protected voidcheckMetadata(MD mdo) Проверить объект метаданных.Methods inherited from class AbstractMetadataDiagnostic
addDiagnostic, computeDiagnosticRange, getMdoRefLocalMethods inherited from class AbstractDiagnostic
getDiagnostics, getInfo, setInfoMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BSLDiagnostic
configure
-
Constructor Details
-
ScheduledJobHandlerDiagnostic
-
-
Method Details
-
check
protected void check()Description copied from class:AbstractDiagnosticВыполняет проверку документа и наполняетAbstractDiagnostic.diagnosticStorageнайденными замечаниями.- Overrides:
checkin classAbstractMetadataDiagnostic
-
checkMetadata
Description copied from class:AbstractMetadataDiagnosticПроверить объект метаданных.- Specified by:
checkMetadatain classAbstractMetadataDiagnostic- Parameters:
mdo- Объект метаданных для анализа
-