fedora-static-analysis / firehose

Interchange format for results for static analysis tools
63 stars 18 forks source link

findbugs exporter #21

Closed shuxiong closed 11 years ago

shuxiong commented 11 years ago

Hi, I make a findbugs exporter. findbugs is a static Java code analyzer. See it here[1].

firehose/parsers/findbugs.py --> the parser tests/parsers/test_findbugs_parser.py --> testcase for findbugs' parser tests/parsers/example-output/findbugs/findbugs_jformatstring.txt --> testdata for findbugs, generated by scanning jFormatString.jar

[1] http://findbugs.sourceforge.net/

davidmalcolm commented 11 years ago

Thanks for implementing this

sylvestre commented 11 years ago

Thanks for the merge!