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

[java] Make "unresolved symbol" semantic warnings trace or debug logs #3914

Open
Tracked by #194
oowekyala opened this issue Apr 15, 2022 · 0 comments
Open
Tracked by #194
Labels
an:enhancement An improvement on existing features / rules in:cli Affects the PMD Command Line Interface
Milestone

Comments

@oowekyala
Copy link
Member

Is your feature request related to a problem? Please describe.

ee0e751 turns on logging of unresolved types (ref #1371). These logs are reported as warnings, but they're very noisy if you haven't configured your classpath properly.

Describe the solution you'd like
Ideally they would all be output to the TRACE (or DEBUG) level (ie only visible with --debug), and without --debug a single summary should be printed (eg WARN: Some symbols were unresolved, please run with --debug to see which ones and fix your --aux-classpath)

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context

@oowekyala oowekyala added an:enhancement An improvement on existing features / rules in:cli Affects the PMD Command Line Interface labels Apr 15, 2022
@oowekyala oowekyala mentioned this issue Apr 15, 2022
55 tasks
@adangel adangel added this to the 7.0.0 milestone Jan 9, 2023
@adangel adangel modified the milestones: 7.0.0, 7.x Jan 23, 2023
oowekyala added a commit to oowekyala/pmd that referenced this issue Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
an:enhancement An improvement on existing features / rules in:cli Affects the PMD Command Line Interface
Projects
None yet
Development

No branches or pull requests

2 participants