Description
Runs FindBugs on your Java and Groovy code.
Installation
The current version of griffon-findbugs-plugin is 0.2
To install just issue the following command
Usage
The plugin provides a script 'findbugs' that will analyze your code and write its results to an HTML file. Run
to perform the analysis.
Customization
The plugin requires no customization to run. However you can configure all options available to the FindBugs Ant Task. Place all configurations in griffon-app/conf/Config.groovy under the 'findbugs' prefix.
History
Version |
Date |
Notes |
|---|---|---|
0.2 |
07-22-10 |
Release sync with Griffon 0.9 |
0.1 |
05-30-10 |
First release |
Labels