Class DenyIncompleteValuesDiagnostic
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.DenyIncompleteValuesDiagnostic
- All Implemented Interfaces:
BSLDiagnostic
@DiagnosticMetadata(activatedByDefault=false,
type=CODE_SMELL,
severity=MAJOR,
minutesToFix=1,
tags=BADPRACTICE,
scope=BSL,
canLocateOnProject=true)
public class DenyIncompleteValuesDiagnostic
extends AbstractMetadataDiagnostic
-
Field Summary
Fields inherited from class AbstractDiagnostic
diagnosticStorage, documentContext, info -
Constructor Summary
Constructors -
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
-
DenyIncompleteValuesDiagnostic
public DenyIncompleteValuesDiagnostic()
-
-
Method Details
-
checkMetadata
Description copied from class:AbstractMetadataDiagnosticПроверить объект метаданных.- Specified by:
checkMetadatain classAbstractMetadataDiagnostic- Parameters:
mdo- Объект метаданных для анализа
-