Re: [webkit-dev] Static source code analysis

2008-06-20 Thread Ferenc, Rudolf
Dear all, We uploaded the raw results of our static analysis of WebKit source code to our university web server: http://www.inf.u-szeged.hu/webkit/ It contains the analysis results of revision 34594. The results are not yet prioritized, nor are they too user friendly to browse, but anyway, maybe

Re: [webkit-dev] Static source code analysis

2008-06-08 Thread Ferenc, Rudolf
Hi, Darin Adler wrote: > On May 29, 2008, at 6:21 AM, Ferenc, Rudolf wrote: > >> - Calculating source code metrics (e.g. highlighting the too complex >> functions) > > I'm not sure this would be valuable. However, there's no harm in sending > the list of those functions to this mailing list. I

Re: [webkit-dev] Static source code analysis

2008-05-29 Thread Darin Adler
On May 29, 2008, at 6:21 AM, Ferenc, Rudolf wrote: > - Calculating source code metrics (e.g. highlighting the too complex > functions) I'm not sure this would be valuable. However, there's no harm in sending the list of those functions to this mailing list. I just wouldn't expect any concre

Re: [webkit-dev] Static source code analysis

2008-05-29 Thread Ferenc, Rudolf
Dear Darin and all, We are analyzing the source code with tools developed by our department, and the results include the following: - Calculating source code metrics (e.g. highlighting the too complex functions) - Checking for rule violations (e.g. the reported issues). - Checking for design fla

Re: [webkit-dev] Static source code analysis

2008-05-28 Thread Darin Adler
On May 28, 2008, at 2:38 AM, Ferenc, Rudolf wrote: > My colleague Péter Siket and me are also members of the Open Source > Laboratory at the Department of Software Engineering, University of > Szeged, Hungary. We are performing R&D in static source code > analysis and started to examine the

[webkit-dev] Static source code analysis

2008-05-28 Thread Ferenc, Rudolf
Dear all, My colleague Péter Siket and me are also members of the Open Source Laboratory at the Department of Software Engineering, University of Szeged, Hungary. We are performing R&D in static source code analysis and started to examine the source code of WebKit. In our preliminary checks we