Class CommonModuleNameGlobalDiagnostic
java.lang.Object
com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractDiagnostic
com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameGlobalDiagnostic
- All Implemented Interfaces:
BSLDiagnostic
@DiagnosticMetadata(type=CODE_SMELL,
severity=MAJOR,
scope=BSL,
modules=CommonModule,
minutesToFix=5,
tags={STANDARD,BADPRACTICE,BRAINOVERLOAD})
public class CommonModuleNameGlobalDiagnostic
extends AbstractDiagnostic
-
Field Summary
Fields inherited from class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractDiagnostic
diagnosticStorage, documentContext, info
-
Constructor Summary
ConstructorDescriptionCommonModuleNameGlobalDiagnostic
(LanguageServerConfiguration serverConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
check()
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
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
-
Field Details
-
pattern
-
-
Constructor Details
-
CommonModuleNameGlobalDiagnostic
-
-
Method Details
-
flagsCheck
-
check
protected void check()- Specified by:
check
in classAbstractDiagnostic
-
matchCheck
-
isClientServer
-
isClient
-
isServerCall
-
isServer
-