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

Report PMD processing errors #1185

Merged
merged 1 commit into from Jan 16, 2024
Merged

Conversation

MikailBag
Copy link
Contributor

When PMD observes a processing error, such as parsing error, it stores it into a Report instance. However, this is not instance which is later used by qulice-pmd, so the error is lost.

This PR attaches a Renderer which remembers there new reports and later pushes them to listener.

Relevant PMD code references:

P.S. It is possible that issue can be alternatively solved with some other Report management strategy.

@MikailBag MikailBag changed the title Report processing errors Report PMD processing errors Nov 14, 2023
@MikailBag MikailBag marked this pull request as ready for review November 14, 2023 22:20
@yegor256 yegor256 merged commit 8fa14c0 into yegor256:master Jan 16, 2024
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants