Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[core] Internalize some methods in Ant Formatter #3980

Merged
merged 1 commit into from May 28, 2022

Conversation

adangel
Copy link
Member

@adangel adangel commented May 26, 2022

Describe the PR

Internalizes the methods that should only called by us internally.
Note: end(Report) is not called anymore at all. It was used before the refactoring to PmdAnalysis, when the ant task dealt on its own with processing errors by catching exceptions...

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 adangel added the is:deprecation The main focus is deprecating public APIs or rules, eg to make them internal, or removing them label May 26, 2022
@adangel adangel added this to the 6.46.0 milestone May 26, 2022
@pmd-test
Copy link

1 Message
📖 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

@adangel adangel merged commit 09c1abb into pmd:master May 28, 2022
@adangel adangel deleted the deprecate-ant-formatter branch May 28, 2022 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is:deprecation The main focus is deprecating public APIs or rules, eg to make them internal, or removing them
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[core] Internalize some methods in Ant Formatter
2 participants