paulirotta / Tantalum

Tantalum Cross Platform Library
12 stars 6 forks source link

Gradle findbugs output is in XML, could be in HTML #36

Closed paulirotta closed 11 years ago

paulirotta commented 11 years ago

An XSLT shoudl do it:

http://stackoverflow.com/questions/3944129/findbug-ant-xslt-stylesheet-source-code-references

It would also be nice to have all such HTML reports referenced from one page

kaiinkinen commented 11 years ago

As far as I am aware, Findbugs should be able to produce an HTML report without any extra parsing required by the user. Like this: http://stackoverflow.com/questions/15406469/how-to-generate-html-output-using-gradle-findbugs-plugin

Need to verify if this works, though.

paulirotta commented 11 years ago

Fixed