https://bugs.kde.org/show_bug.cgi?id=364971
--- Comment #1 from David Nolden <david.nolden....@art-master.de> --- Note that I'm currently testing a patch to fix this. Until now it seems to work. I'll commit it if the bug doesn't reappear. The trick is to always re-index the child diagnostics in LocalIndexedProblem::LocalIndexedProblem(...), to ensure that the indices are current. At the moment there is some logic which avoids the re-indexing if the number of diagnostics didn't change, which is probably wrong, because the diagnostics themselves may have changed, even if their count didn't change. -- You are receiving this mail because: You are watching all bug changes.