[GRADLE-2994] Add additional reports to FindBugs Created: 20/Jan/14 Updated: 10/Feb/17 Resolved: 10/Feb/17 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Task | ||
Reporter: | Gradle Forums | Assignee: | Unassigned |
Resolution: | Won't Fix | Votes: | 2 |
Description |
reports { xml.enabled = false text.enabled = true }This will attempt to pass a -text option to FindBugs which it doesn't support. If the text report is enabled, only the outputDir needs to be set as text is the default output. |
Comments |
Comment by Johan Walles [ 27/Oct/15 ] |
If you want a use case where this is a problem, here's mine: I want to run FindBugs for my Android project in Travis-CI. The output of Travis-CI is:
With the current FindBugs Gradle support, the information that ends up in the build log is: > FindBugs rule violations were found. See the report at: file:///home/travis/build/walles/exactype/app/build/reports/findbugs/findbugs.xml Complete example here: https://travis-ci.org/walles/exactype/builds/87751928 This is not very helpful for somebody just reading the build log, especially since the file referenced isn't even accessible after the build is done. I would prefer if FindBugs could print information in the build log on what exactly it was that went wrong, so that the user can fix the things FindBugs complains about just by reading the build log and nothing else. One way of achieving this could be to support FindBugs text format output to stdout. |
Comment by Henrik [ 15/Jan/16 ] |
Updated forum reference for the old topic: https://discuss.gradle.org/t/findbugs-text-report-doesnt-work/2332 And a new request for the same feature: https://discuss.gradle.org/t/no-console-output-option-for-findbugs-plugin/11974 |
Comment by Benjamin Muschko [ 15/Nov/16 ] |
As announced on the Gradle blog we are planning to completely migrate issues from JIRA to GitHub. We intend to prioritize issues that are actionable and impactful while working more closely with the community. Many of our JIRA issues are inactionable or irrelevant. We would like to request your help to ensure we can appropriately prioritize JIRA issues you’ve contributed to. Please confirm that you still advocate for your JIRA issue before December 10th, 2016 by:
We look forward to collaborating with you more closely on GitHub. Thank you for your contribution to Gradle! |
Comment by Benjamin Muschko [ 10/Feb/17 ] |
Thanks again for reporting this issue. We haven't heard back from you after our inquiry from November 15th. We are closing this issue now. Please create an issue on GitHub if you still feel passionate about getting it resolved. |