Class CommonModuleNameWordsDiagnostic
java.lang.Object
com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractDiagnostic
com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameWordsDiagnostic
- All Implemented Interfaces:
BSLDiagnostic
@DiagnosticMetadata(type=CODE_SMELL,
severity=INFO,
scope=BSL,
modules=CommonModule,
minutesToFix=5,
tags=STANDARD)
public class CommonModuleNameWordsDiagnostic
extends AbstractDiagnostic
-
Field Summary
FieldsFields inherited from class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractDiagnostic
diagnosticStorage, documentContext, info -
Constructor Summary
ConstructorsConstructorDescriptionCommonModuleNameWordsDiagnostic(LanguageServerConfiguration serverConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheck()voidprotected booleanflagsCheck(CommonModule commonModule) protected booleanisClient(CommonModule commonModule) protected booleanisClientServer(CommonModule commonModule) protected booleanisServer(CommonModule commonModule) protected booleanisServerCall(CommonModule commonModule) protected booleanmatchCheck(Matcher matcher) Methods inherited from class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractDiagnostic
getDiagnostics, getInfo, setInfo
-
Field Details
-
pattern
-
-
Constructor Details
-
CommonModuleNameWordsDiagnostic
-
-
Method Details
-
configure
-
flagsCheck
-
matchCheck
-
check
protected void check()- Specified by:
checkin classAbstractDiagnostic
-
isClientServer
-
isClient
-
isServerCall
-
isServer
-