Skip to content

Add FindBugs support#85

Open
brarcher wants to merge 1 commit into
codekidX:masterfrom
brarcher:findbugs
Open

Add FindBugs support#85
brarcher wants to merge 1 commit into
codekidX:masterfrom
brarcher:findbugs

Conversation

@brarcher

@brarcher brarcher commented Jul 8, 2018

Copy link
Copy Markdown

This adds support for the FindBugs java static analysis tool. It will scan the java source of the Android project and determine if any known bugs exist. To run this tool, use the following:

$ ./gradlew findbugs

It will output a HTML report with its findings. As of this writing, a few issues are identified. A sample report is attached here: findbugs.html.zip

If an issue is found and you want to ignore it, you can add exclusions to the exclude.xml file; a base file is included.

I've used this tool in my Android projects. I'm submitting this request, in case it may be useful to you as well. (:

@codekidX

codekidX commented Aug 3, 2018

Copy link
Copy Markdown
Owner

Thanks a lot for this @brarcher . I'll just research about this and add this to the repo !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants