The p2 release - available at bintray!
Pre-releaseI am please to announce that fb-contrib Eclipse quick fixes is now hosted at Bintray. What does this mean to you? Well, instead of needing to unzip a folder, you can simply open Eclipse, go to Help>Install New Software, and copy in the following link:
http://dl.bintray.com/kjlubick/fb-contrib-eclipse-quickfixes/
This link will have the always updated version of the plugin and a copy of the dev version of FindBugs. Fortunately, 3.0.1 of FindBugs is in RC2 at the moment, so the dev version will not be needed for much longer.
New Features
This version has new quickfixes for:
- ACEM_ABSTRACT_CLASS_EMPTY_METHODS (fb-contrib)
- HCP_HTTP_REQUEST_RESOURCES_NOT_FREED_LOCAL (fb-contrib)
- LO_SUSPECT_LOG_CLASS (fb-contrib)
- OCP_OVERLY_CONCRETE_PARAMETER (fb-contrib)
- SPP_CONVERSION_OF_STRING_LITERAL (fb-contrib)
- SPP_EQUALS_ON_ENUM (fb-contrib)
- SPP_USE_ISEMPTY (fb-contrib)
- UVA_USE_VAR_ARGS (fb-contrib)
- CO_COMPARETO_INCORRECT_FLOATING (Findbugs)
- SF_SWITCH_NO_DEFAULT (Findbugs)
- VA_FORMAT_STRING_BAD_CONVERSION (Findbugs)
- VA_FORMAT_STRING_BAD_CONVERSION_FROM_ARRAY (Findbugs)
- VA_FORMAT_STRING_BAD_CONVERSION_TO_BOOLEAN (Findbugs)
- VA_FORMAT_STRING_USES_NEWLINE (Findbugs)
Also, you will notice a fancy new Travis CI badge in the readme indicating build/test/deploy status. This was made possible through extensive reworking of the ant build file and many internet resources and some mild frustrations. Each push will be thoroughly and automatically tested. Additionally, new versions (e.g. 0.5.3) will be automatically deployed to bintray, which is kind of neat. I hope to add on a "nightly" version as well that will be deployed on every push.