plasma-systemsettings-6.1.1-1.fc41
List of Defects
Error: COMPILER_WARNING (CWE-477): [#def1]
plasma-systemsettings-6.1.1-build/systemsettings-6.1.1/app/SettingsBase.cpp: scope_hint: In lambda function
plasma-systemsettings-6.1.1-build/systemsettings-6.1.1/app/SettingsBase.cpp:139:119: warning[-Wdeprecated]: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20
# 139 | reportPageSpecificBugAction = m_actionCollection->addAction(QStringLiteral("report_bug_in_current_module"), this, [=] {
# | ^
plasma-systemsettings-6.1.1-build/systemsettings-6.1.1/app/SettingsBase.cpp:139:119: note: add explicit ‘this’ or ‘*this’ capture
# 137| }
# 138|
# 139|-> reportPageSpecificBugAction = m_actionCollection->addAction(QStringLiteral("report_bug_in_current_module"), this, [=] {
# 140| const QString bugReportUrlString =
# 141| view->moduleView()->activeModuleMetadata().bugReportUrl() + QStringLiteral("&version=") + QGuiApplication::applicationVersion();
Error: COMPILER_WARNING (CWE-477): [#def2]
plasma-systemsettings-6.1.1-build/systemsettings-6.1.1/app/SettingsBase.cpp: scope_hint: In lambda function
plasma-systemsettings-6.1.1-build/systemsettings-6.1.1/app/SettingsBase.cpp:280:59: warning[-Wdeprecated]: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20
# 280 | connect(moduleView, &ModuleView::moduleChanged, this, [=] {
# | ^
plasma-systemsettings-6.1.1-build/systemsettings-6.1.1/app/SettingsBase.cpp:280:59: note: add explicit ‘this’ or ‘*this’ capture
# 278| }
# 279| auto moduleView = view->moduleView();
# 280|-> connect(moduleView, &ModuleView::moduleChanged, this, [=] {
# 281| reportPageSpecificBugAction->setVisible(!moduleView->activeModuleMetadata().bugReportUrl().isEmpty());
# 282| if (reportGeneralBugAction) {
Scan Properties
analyzer-version-clang | 18.1.7 |
analyzer-version-cppcheck | 2.14.2 |
analyzer-version-gcc | 14.1.1 |
analyzer-version-gcc-analyzer | 14.1.1 |
analyzer-version-shellcheck | 0.10.0 |
enabled-plugins | clang, cppcheck, gcc, shellcheck |
exit-code | 0 |
host | ip-172-16-1-57.us-west-2.compute.internal |
mock-config | fedora-41-x86_64 |
project-name | plasma-systemsettings-6.1.1-1.fc41 |
store-results-to | /tmp/tmpapj84vk1/plasma-systemsettings-6.1.1-1.fc41.tar.xz |
time-created | 2024-07-03 16:58:50 |
time-finished | 2024-07-03 17:00:54 |
tool | csmock |
tool-args | '/usr/bin/csmock' '-r' 'fedora-41-x86_64' '-t' 'cppcheck,gcc,clang,shellcheck' '-o' '/tmp/tmpapj84vk1/plasma-systemsettings-6.1.1-1.fc41.tar.xz' '--gcc-analyze' '/tmp/tmpapj84vk1/plasma-systemsettings-6.1.1-1.fc41.src.rpm' |
tool-version | csmock-3.5.3-1.el9 |