Skip to content

[core] Internalize some methods in Ant Formatter#3980

Merged
adangel merged 1 commit into
pmd:masterfrom
adangel:deprecate-ant-formatter
May 28, 2022
Merged

[core] Internalize some methods in Ant Formatter#3980
adangel merged 1 commit into
pmd:masterfrom
adangel:deprecate-ant-formatter

Conversation

@adangel

@adangel adangel commented May 26, 2022

Copy link
Copy Markdown
Member

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
@ghost

ghost commented May 26, 2022

Copy link
Copy Markdown
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

1 participant