Skip to content

Grammark Kit generates duplicate @NotNull tags for one method #354

@stefansjs

Description

@stefansjs

I'm using grammar kit to develop this flatbuffers language plugin. Lately, when I "Generate Parser Code" from my bnf, it will generate some incorrectly tagged methods. For example:

  @NotNull
  @NotNull FlatbuffersIdent getNameIdentifier();

I don't see any pattern with why it does this. Let me know if you need more details.

Grammarkit version: 2022.3.2
'org.jetbrains.intellij' version '1.16.0'
'org.jetbrains.kotlin.jvm' version '1.6.21'
intellij platform version = '2022.2'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions