Bug 269390

Summary: Add scripts that parse and compare static analyzer HTML output
Product: WebKit Reporter: Brianna Fan <bfan2>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bfan2, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   

Description Brianna Fan 2024-02-14 12:11:00 PST
These scripts should work in conjunction to turn static analyzer HTML output into useful data.
The first script takes in static analyzer output and parses each HTML file, extracts the necessary data (e.g. bug number, file name), and sorts by per project and checker type.
The second script takes in two parsed output directories (from the first script) and compares them. It outputs numbers of issues and files fixed and created between the two results.
Comment 1 Radar WebKit Bug Importer 2024-02-14 12:11:17 PST
<rdar://problem/122962791>
Comment 2 Brianna Fan 2024-02-19 15:23:34 PST
Pull request: https://github.com/WebKit/WebKit/pull/24785
Comment 3 EWS 2024-03-21 14:15:32 PDT
Committed 276495@main (49272b1cbf82): <https://commits.webkit.org/276495@main>

Reviewed commits have been landed. Closing PR #24785 and removing active labels.