Hi all,

I have wrote a Findbugs plugin for Guice: 
https://github.com/tomfitzhenry/findbugs-guice

It detects the two problems described in Issue 238[0]:
    * detecting scope annotations on interfaces
    * detecting configuration of submodules via configure, rather than
install

(The bug descriptions are available in messages.xml[1])

Installation instructions are available on 
https://github.com/tomfitzhenry/findbugs-guice

I'm keeping my eye out for issues that ought to be detected by
Findbugs, but if you have any suggestions please reply here or raise
an issue on findbugs-guice's issue tracker[2].

Also, suggestions about code improvements/documentation/etc. would be
appreciated.

--
Tom Fitzhenry
http://www.tom-fitzhenry.me.uk/

0. http://code.google.com/p/google-guice/issues/detail?id=238
1. 
https://github.com/tomfitzhenry/findbugs-guice/blob/master/src/main/resources/messages.xml
2. https://github.com/tomfitzhenry/findbugs-guice/issues

-- 
You received this message because you are subscribed to the Google Groups 
"google-guice" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-guice?hl=en.

Reply via email to