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 SummaryFieldsFields inherited from class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractDiagnosticdiagnosticStorage, documentContext, info
- 
Constructor SummaryConstructorsConstructorDescriptionCommonModuleNameWordsDiagnostic(LanguageServerConfiguration serverConfiguration) 
- 
Method SummaryModifier 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.AbstractDiagnosticgetDiagnostics, getInfo, setInfo
- 
Field Details- 
pattern
 
- 
- 
Constructor Details- 
CommonModuleNameWordsDiagnostic
 
- 
- 
Method Details- 
configure
- 
flagsCheck
- 
matchCheck
- 
checkprotected void check()- Specified by:
- checkin class- AbstractDiagnostic
 
- 
isClientServer
- 
isClient
- 
isServerCall
- 
isServer
 
-