-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
Configurable suppression of stack trace #266
Comments
Yes please :D The stacktraces are gobbling our output since we last updated the plugin. First I actually tried to fix the problems, but came to the point where only issues in compiler generated bytecode were left (bug in spotbugs itself, it seems), and those stacktraces are really ugly... |
closed by #275 |
I was so excited when I saw this but it doesn't help the issue I'm having. Only in parallel builds, but these errors are happening a ton in my builds. Should this have been suppressed also? Settings:
Log:
|
@ctmay4 please open a new issue and include which version of the plugin you are using |
When
ignoreFailues = true
, you still get a full stack trace in the gradle output, care of these lines in https://github.com/spotbugs/spotbugs-gradle-plugin/blob/4.2.1/src/main/groovy/com/github/spotbugs/snom/internal/SpotBugsRunnerForWorker.java#L107Would it be possible for the stacktrace to be omitted via another option, say
stackTraces = false
The text was updated successfully, but these errors were encountered: