fb-contrib 2.2.0 released

View: New views
3 Messages — Rating Filter:   Alert me  

fb-contrib 2.2.0 released

by Dave Brosius-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.
_______________________________________________
Findbugs-discuss mailing list
Findbugs-discuss@...
http://mailman.cs.umd.edu/mailman/listinfo/findbugs-discuss

Re: fb-contrib 2.2.0 released

by Eugene Kuleshov :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

Re: fb-contrib 2.2.0 released

by Dave Brosius-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks for the report. I've added these items to the bugs section here

https://sourceforge.net/tracker/index.php?func=detail&aid=1434350&group_id=147536&atid=768725

so i don't lose track of them.

----- Original Message -----
From: "Eugene Kuleshov" <eu@...>

>   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