Class MissingParameterDescriptionDiagnostic
java.lang.Object
com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractDiagnostic
com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractSymbolTreeDiagnostic
com.github._1c_syntax.bsl.languageserver.diagnostics.MissingParameterDescriptionDiagnostic
- All Implemented Interfaces:
SymbolTreeVisitor
,BSLDiagnostic
@DiagnosticMetadata(type=CODE_SMELL,
severity=MAJOR,
minutesToFix=5,
tags={STANDARD,BADPRACTICE})
public class MissingParameterDescriptionDiagnostic
extends AbstractSymbolTreeDiagnostic
-
Field Summary
Fields inherited from class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractDiagnostic
diagnosticStorage, documentContext, info
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
visitMethod
(MethodSymbol methodSymbol) Анализируется только методы, имеющие описание Для удобства кидается несколько разных замечанийMethods inherited from class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractSymbolTreeDiagnostic
check, visitModule, visitRegion, visitVariable
Methods inherited from class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractDiagnostic
getDiagnostics, getInfo, setInfo
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.github._1c_syntax.bsl.languageserver.diagnostics.BSLDiagnostic
configure
-
Constructor Details
-
MissingParameterDescriptionDiagnostic
public MissingParameterDescriptionDiagnostic()
-
-
Method Details
-
visitMethod
Анализируется только методы, имеющие описание Для удобства кидается несколько разных замечаний- Specified by:
visitMethod
in interfaceSymbolTreeVisitor
- Overrides:
visitMethod
in classAbstractSymbolTreeDiagnostic
-