Brian,
This would be a great change. However, would it be possible if (XML) reports
included a 'sub-counter' for each method-bug?
Thus while reducing the number of bugs / size of reports (i'm running
findbugs on a large legacy application that generates hundreds/thousands of
bugs), this will allow to keep an 'exact' count of bugs.
With the changes you're proposing, i'll have to update fancy.xsl, when are
you planning to start working on this?.
Also, sf anonymous CVS server has been broken for a while now... any news on
moving off of sourceforge.
(can't we just move from CVS to SVN on sourceforge that seems pretty
reliable?).
Thanks,
Etienne
> -----Original Message-----
> From: findbugs-discuss-bounces@xxxxxxxxxx
> [mailto:findbugs-discuss-bounces@xxxxxxxxxx]On Behalf Of Brian Cole
> Sent: jeudi 4 mai 2006 22:14
> To: findbugs-core@xxxxxxxxxxxxxxxxxxxxx; findbugs-discuss@xxxxxxxxxx
> Subject: [FB-Discuss] proposed bug instance changes
>
>
> We propose to allow detectors to coalesce
> similar bugs within a method into a single
> bug instance with multiple source lines.
> For example, three of the same kind of bad
> cast within a method would change from
> three bug instances (with one source line
> annotation each) to a single bug instance
> with three source line attributions.
>
> This will require some small changes that
> could possibly affect some of you. The order
> of annotations could change for some bugs.
> For instance, FindBadCast2 will change
> from (class/method, line, type, type)
> to (class/method, type, type, line, [line, ...]).
> Some LongDescriptions in messages*.xml
> will have to be adjusted to match.
>
> We will alter the bug comparators so that they
> won't be confused by this change in order, but
> Findbugs may now detect fewer bugs on your
> projects than older versions of findbugs did.
>
> Concerns or comments?
>
> -brian
>
> _______________________________________________
> Findbugs-discuss mailing list
> Findbugs-discuss@xxxxxxxxxxxxxxxxxx
> http://mailman.cs.umd.edu/mailman/listinfo/findbugs-discuss
>
|
|