Class ForbiddenMetadataNameDiagnostic
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.ForbiddenMetadataNameDiagnostic
- All Implemented Interfaces:
BSLDiagnostic
@DiagnosticMetadata(type=ERROR,
severity=BLOCKER,
minutesToFix=30,
tags={STANDARD,SQL,DESIGN},
modules={ManagerModule,ObjectModule,ValueManagerModule,SessionModule},
scope=BSL,
canLocateOnProject=true)
public class ForbiddenMetadataNameDiagnostic
extends AbstractMetadataDiagnostic
-
Field Summary
Fields inherited from class AbstractDiagnostic
diagnosticStorage, documentContext, info -
Constructor Summary
ConstructorsConstructorDescriptionForbiddenMetadataNameDiagnostic(LanguageServerConfiguration serverConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheckMetadata(MD mdo) Проверить объект метаданных.Methods inherited from class AbstractMetadataDiagnostic
addDiagnostic, check, 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
-
ForbiddenMetadataNameDiagnostic
@ConstructorProperties("serverConfiguration") public ForbiddenMetadataNameDiagnostic(LanguageServerConfiguration serverConfiguration)
-
-
Method Details
-
checkMetadata
Description copied from class:AbstractMetadataDiagnosticПроверить объект метаданных.- Specified by:
checkMetadatain classAbstractMetadataDiagnostic- Parameters:
mdo- Объект метаданных для анализа
-