[Adium-devl] Static analysis in buildbot
Peter Hosey
prh at boredzo.org
Tue Jul 8 02:32:18 UTC 2008
On Jul 07, 2008, at 16:12:21, Jeffrey Melloy wrote:
> The next time, it builds the same list and then compares against the
> CSV.
The obvious solution uses source filename:line number. That solution
is fragile: Line numbers will change, especially as we fix other bugs
in the same file. Then you have bugs that are the same comparing
inequal.
In the other thread, David suggested “a heuristic based on function
name, issue type, file name, and approximate line number”. Except for
the line number, I think all of that would work.
More information about the devel
mailing list