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

PMD Plugin has an unnecessary warning #3157

Open
GCHQDeveloper314 opened this issue Feb 7, 2024 · 0 comments
Open

PMD Plugin has an unnecessary warning #3157

GCHQDeveloper314 opened this issue Feb 7, 2024 · 0 comments
Labels
bug Confirmed or suspected bug good first issue Small, lower complexity and doesn't require pre-existing Gaffer knowledge
Milestone

Comments

@GCHQDeveloper314
Copy link
Member

Describe the bug
When running the PMD plugin it shows the following warning:

[INFO] --- pmd:3.20.0:pmd (default-cli) @ cache ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] PMD version: 6.53.0

To Reproduce
Steps to reproduce the behaviour:

  1. Run mvn pmd:pmd

Expected behaviour
No warning should be shown.

Additional context
This warning relates to cross-linking between PMD and the jxr plugin. PMD enables this by default, but Gaffer doesn't use jxr. Changing PMD config to disable this linking should remove the warning.

@GCHQDeveloper314 GCHQDeveloper314 added bug Confirmed or suspected bug good first issue Small, lower complexity and doesn't require pre-existing Gaffer knowledge labels Feb 7, 2024
@GCHQDeveloper314 GCHQDeveloper314 added this to the Backlog milestone Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed or suspected bug good first issue Small, lower complexity and doesn't require pre-existing Gaffer knowledge
Projects
None yet
Development

No branches or pull requests

1 participant