[Htmlparser-developer] improve HTML parser code using findbugs?
Brought to you by:
derrickoswald
From: Arjohn K. <arj...@ad...> - 2005-11-30 14:46:53
|
Dear all, I'm mailing you to let you know that there's an excellent (open source) tool for analyzing and improving Java code: findbugs. I don't know if anyone of you knows about this tool, but I just fed it the v1.5 code and it found a considerable number issues, most of which are quite easy to fix. More info about findbugs can be found at: http://findbugs.sourceforge.net/ It would be great if some of you could give this tool a try and use its findings so that we can have an even better html parser (yes, I'm writing this for my own benefit ;-) ). I guess I could have reported the most serious issues using the issue tracker, but that would have left out a lot of the other potential improvements. Regards, Arjohn Kampman |