Class DeprecatedMethodCallDiagnostic
java.lang.Object
com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractDiagnostic
com.github._1c_syntax.bsl.languageserver.diagnostics.DeprecatedMethodCallDiagnostic
- All Implemented Interfaces:
BSLDiagnostic
@DiagnosticMetadata(type=CODE_SMELL,
severity=MINOR,
minutesToFix=3,
tags={DEPRECATED,DESIGN})
public class DeprecatedMethodCallDiagnostic
extends AbstractDiagnostic
-
Field Summary
Fields inherited from class AbstractDiagnostic
diagnosticStorage, documentContext, info -
Constructor Summary
ConstructorsConstructorDescriptionDeprecatedMethodCallDiagnostic(ReferenceIndex referenceIndex, TypeService typeService, TypeRegistry typeRegistry, LanguageServerConfiguration configuration) -
Method Summary
Modifier and TypeMethodDescriptionvoidcheck()Выполняет проверку документа и наполняетAbstractDiagnostic.diagnosticStorageнайденными замечаниями.Methods 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
-
DeprecatedMethodCallDiagnostic
@ConstructorProperties({"referenceIndex","typeService","typeRegistry","configuration"}) public DeprecatedMethodCallDiagnostic(ReferenceIndex referenceIndex, TypeService typeService, TypeRegistry typeRegistry, LanguageServerConfiguration configuration)
-
-
Method Details
-
check
public void check()Description copied from class:AbstractDiagnosticВыполняет проверку документа и наполняетAbstractDiagnostic.diagnosticStorageнайденными замечаниями.- Specified by:
checkin classAbstractDiagnostic
-