« Return to Thread: fb-contrib 2.2.0 released

Re: fb-contrib 2.2.0 released

by Eugene Kuleshov :: Rate this Message:

Reply to Author | View in Thread

Dave Brosius wrote:
> fb-contrib, a FindBugs plugin, has released version 2.2.0.
>
> See http://fb-contrib.sourceforge.net for details.
>
> and download here:
> http://sourceforge.net/project/showfiles.php?group_id=147536 
>
> This version of the Plugin requires FindBugs 0.9.5 or later.

   Great stuff! I've been able to run it from Eclipse plugin easily.

   Few comments though:

-- It would be nice to have list detector abbreviations somewhere on a
web site.

-- DLC detector does not say what fields/variables it is complaining
about. It would be better if it show separate errors/warnings for each
variable/field. BTW, JavaDoc for that detector is not right too.
   Also, it is unclear if detector is taking into the account, that code
may need to preserve order and there was no LinkedHashSet for JRE before
1.4...

-- Several detectors (including DLC) does not report line numbers if
issues are related to fields. For those cases line number can be taken
from any setfield opcode within <init> method (or <clinin> for static
fields).

-- SMII detector reports false positives for something like
Class.forName("string") and SomeClass.class.getName()

   regards,
   Eugene

_______________________________________________
Findbugs-discuss mailing list
Findbugs-discuss@...
http://mailman.cs.umd.edu/mailman/listinfo/findbugs-discuss

 « Return to Thread: fb-contrib 2.2.0 released