Skip to content

Fix #14893 recheck removes unselected files results - #8699

Draft
wjakobsson wants to merge 7 commits into
cppcheck-opensource:mainfrom
wjakobsson:fixrecheckingui
Draft

Fix #14893 recheck removes unselected files results#8699
wjakobsson wants to merge 7 commits into
cppcheck-opensource:mainfrom
wjakobsson:fixrecheckingui

Conversation

@wjakobsson

Copy link
Copy Markdown
Collaborator

No description provided.

@wjakobssonwjakobsson changed the title Fix: Keep other files results when doing recheck in guiFix: Keep other files results when doing recheck in gui and update paths project open Jul 6, 2026
@wjakobssonwjakobsson changed the title Fix: Keep other files results when doing recheck in gui and update paths project open Fix #14893 recheck removes unselected files resultsJul 6, 2026
Comment threadlib/analyzerinfo.cpp Fixed
Comment threadlib/analyzerinfo.cpp Fixed
@wjakobsson
wjakobssonforce-pushed the fixrecheckingui branch 5 times, most recently from c11bcc4 to 7bb6d4aCompareJuly 16, 2026 12:37
Comment threadlib/errorlogger.cpp
while (linenr > 0 && std::getline(fin,line)) {
linenr--;
const std::vector<std::streamoff>* const offsets = getLineOffsets(file);
if (offsets && linenr > 0 && linenr < static_cast<int>(offsets->size())) {
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@wjakobsson@github-advanced-security