We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If a single file fails to parse, the entire analysis fails. It would be preferrable if instead, failed files were recorded in a report and skipped.
This specifically occurred with an error:
java.lang.IllegalArgumentException: Unsupported class file major version 25888
Research implies this is due to class file manipulation performed by tools like Lombok: https://issuehunt.io/r/spotbugs/sonar-findbugs/issues/307
The above issue was the only result when search that matched the major.minor version number reported
The text was updated successfully, but these errors were encountered:
GH-28 Update handling of files which failed to parse
1ba19d8
Prevent analysis failure when a file fails to parse, instead recording the failure in a report before moving on to the next file
GH-28 Replace Java 11 call with Java 8 method for library compatibility
c96a6b8
Merge pull request #29 from blackducksoftware/task/romeara/28-failed-…
f4c1393
…file-handling GH-28 Update handling of files which failed to parse
Change to behavior merged
Sorry, something went wrong.
romeara
No branches or pull requests
If a single file fails to parse, the entire analysis fails. It would be preferrable if instead, failed files were recorded in a report and skipped.
This specifically occurred with an error:
java.lang.IllegalArgumentException: Unsupported class file major version 25888
Research implies this is due to class file manipulation performed by tools like Lombok:
https://issuehunt.io/r/spotbugs/sonar-findbugs/issues/307
The above issue was the only result when search that matched the major.minor version number reported
The text was updated successfully, but these errors were encountered: