SPeCS Packages Documentation
    Preparing search index...

    MISRA-C Rule 5.1 External identifiers shall be distinct.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    analysisType: SYSTEM = AnalysisType.SYSTEM

    Scope of analysis

    appliesTo: Set<string> = ...

    Standards to which this rule applies to

    context: MISRAContext
    invalidIdentifiers: any[] = []

    Identifiers with invalid names that require renaming.

    priority: 2

    A positive integer starting from 1 that indicates the rule's priority, determining the order in which rules are applied.

    Accessors

    • get dependencies(): Visit[]

      Returns Visit[]

      List of dependent visits, which is empty by default

    • get ruleID(): string

      An alias for 'name'

      Returns string

    Methods