Performance: fix degradation in import of Cppcheck results
Description
relates to
Activity
Show:

Massimo Paladin January 27, 2015 at 8:49 AM
@Evgeny Mandrikov looks good to me.

Evgeny Mandrikov January 26, 2015 at 8:46 PM
@Massimo Paladin please verify.
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Created January 21, 2015 at 8:41 AM
Updated October 16, 2024 at 2:59 PM
Resolved January 30, 2015 at 1:40 PM
Currently it is n*m with n being the number of cppcheck messages and m the number of files, for every message it scan a list of files to lookup the corresponding file.