Class CommonModuleNameGlobalClientDiagnostic
java.lang.Object
com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractDiagnostic
com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameGlobalClientDiagnostic
- All Implemented Interfaces:
BSLDiagnostic
@DiagnosticMetadata(type=CODE_SMELL,
severity=MAJOR,
scope=BSL,
modules=CommonModule,
minutesToFix=5,
tags=STANDARD)
public class CommonModuleNameGlobalClientDiagnostic
extends AbstractDiagnostic
-
Field Summary
FieldsFields inherited from class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractDiagnostic
diagnosticStorage, documentContext, info -
Constructor Summary
ConstructorsConstructorDescriptionCommonModuleNameGlobalClientDiagnostic(LanguageServerConfiguration serverConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheck()protected 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, setInfoMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github._1c_syntax.bsl.languageserver.diagnostics.BSLDiagnostic
configure
-
Field Details
-
pattern
-
-
Constructor Details
-
CommonModuleNameGlobalClientDiagnostic
-
-
Method Details
-
flagsCheck
-
check
protected void check()- Specified by:
checkin classAbstractDiagnostic
-
matchCheck
-
isClientServer
-
isClient
-
isServerCall
-
isServer
-