Skip to content

[doc] Update ANTLR documentation#4473

Merged
jsotuyod merged 8 commits into
pmd:masterfrom
adangel:issue-2501-antlr-doc
Apr 19, 2023
Merged

[doc] Update ANTLR documentation#4473
jsotuyod merged 8 commits into
pmd:masterfrom
adangel:issue-2501-antlr-doc

Conversation

@adangel

@adangel adangel commented Apr 14, 2023

Copy link
Copy Markdown
Member

Related issues

Ready?

  • Added unit tests for fixed bug/feature
  • Passing all unit tests
  • Complete build ./mvnw clean verify passes (checked automatically by github actions)
  • Added (in-code) documentation (if needed)

adangel added 7 commits April 13, 2023 20:32
The abstract methods createPmdTerminal and createPmdError in AntlrGeneratedParserBase don't need to be public. They are just implementation.

The language specific inner nodes (KotlinInnerNode, SwiftInnerNode)
can be package private. Only the concrete subclasses are considered
public API.
@adangel adangel added the in:documentation Affects the documentation [doc] label Apr 14, 2023
@adangel adangel added this to the 7.0.0 milestone Apr 14, 2023
@adangel adangel mentioned this pull request Apr 14, 2023
55 tasks
@ghost

ghost commented Apr 14, 2023

Copy link
Copy Markdown
1 Message
📖 No regression tested rules have been changed.
Compared to master:
This changeset changes 0 violations,
introduces 0 new violations, 0 new errors and 0 new configuration errors,
removes 0 violations, 0 errors and 0 configuration errors.
Full report

Generated by 🚫 Danger

@jsotuyod jsotuyod merged commit ddac2a0 into pmd:master Apr 19, 2023
@adangel adangel deleted the issue-2501-antlr-doc branch April 20, 2023 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

in:documentation Affects the documentation [doc]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[doc] Verify ANTLR Documentation

2 participants