Uses of Record Class
com.puppycrawl.tools.checkstyle.SarifLogger.RuleKey
Packages that use SarifLogger.RuleKey
Package
Description
Contains the implementation of the Checkstyle framework.
-
Uses of SarifLogger.RuleKey in com.puppycrawl.tools.checkstyle
Fields in com.puppycrawl.tools.checkstyle with type parameters of type SarifLogger.RuleKeyModifier and TypeFieldDescriptionprivate final Map<SarifLogger.RuleKey,
ModuleDetails> SarifLogger.ruleMetadata
Map to store rule metadata by composite key (sourceName, moduleId).Methods in com.puppycrawl.tools.checkstyle that return SarifLogger.RuleKeyModifier and TypeMethodDescriptionprivate SarifLogger.RuleKey
SarifLogger.cacheRuleMetadata
(AuditEvent event) Caches rule metadata for a given audit event.Methods in com.puppycrawl.tools.checkstyle with parameters of type SarifLogger.RuleKeyModifier and TypeMethodDescriptionprivate String
SarifLogger.generateMessage
(SarifLogger.RuleKey ruleKey, AuditEvent event) Generate message for the given rule key and audit event.