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
Fields inherited from class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractDiagnostic
diagnosticStorage, documentContext, info
-
Constructor Summary
ConstructorDescriptionCommonModuleNameWordsDiagnostic
(LanguageServerConfiguration serverConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
check()
void
protected boolean
flagsCheck
(CommonModule commonModule) protected boolean
isClient
(CommonModule commonModule) protected boolean
isClientServer
(CommonModule commonModule) protected boolean
isServer
(CommonModule commonModule) protected boolean
isServerCall
(CommonModule commonModule) protected boolean
matchCheck
(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:
check
in classAbstractDiagnostic
-
isClientServer
-
isClient
-
isServerCall
-
isServer
-