libplasma-6.0.3-1.fc40
List of Defects
Error: COMPILER_WARNING (CWE-563): [#def1]
libplasma-6.0.3-build/libplasma-6.0.3/src/plasma/pluginloader.cpp: scope_hint: In member function ‘Plasma::ContainmentActions* Plasma::PluginLoader::loadContainmentActions(Plasma::Containment*, const QString&, const QVariantList&)’
libplasma-6.0.3-build/libplasma-6.0.3/src/plasma/pluginloader.cpp:141:71: warning[-Wunused-parameter]: unused parameter ‘parent’
# 141 | ContainmentActions *PluginLoader::loadContainmentActions(Containment *parent, const QString &name, const QVariantList &args)
# | ~~~~~~~~~~~~~^~~~~~
# 139| }
# 140|
# 141|-> ContainmentActions *PluginLoader::loadContainmentActions(Containment *parent, const QString &name, const QVariantList &args)
# 142| {
# 143| if (name.isEmpty()) {
Error: COMPILER_WARNING (CWE-563): [#def2]
libplasma-6.0.3-build/libplasma-6.0.3/src/plasma/pluginloader.cpp:141:120: warning[-Wunused-parameter]: unused parameter ‘args’
# 141 | ContainmentActions *PluginLoader::loadContainmentActions(Containment *parent, const QString &name, const QVariantList &args)
# | ~~~~~~~~~~~~~~~~~~~~^~~~
# 139| }
# 140|
# 141|-> ContainmentActions *PluginLoader::loadContainmentActions(Containment *parent, const QString &name, const QVariantList &args)
# 142| {
# 143| if (name.isEmpty()) {
Error: CLANG_WARNING: [#def3]
libplasma-6.0.3-build/libplasma-6.0.3/src/plasma/pluginloader.cpp:248:5: warning[cplusplus.NewDeleteLeaks]: Potential memory leak
# 246| QList<KPluginMetaData> PluginLoader::listContainmentsMetaData(std::function<bool(const KPluginMetaData &)> filter)
# 247| {
# 248|-> auto ownFilter = [filter](const KPluginMetaData &md) -> bool {
# 249| return isContainmentMetaData(md) && filter(md);
# 250| };
Error: CLANG_WARNING: [#def4]
libplasma-6.0.3-build/libplasma-6.0.3/src/plasma/private/timetracker.cpp:46:14: warning[deadcode.DeadStores]: Value stored to 'b' during its initialization is never read
# 44|
# 45| QFile f(QStringLiteral("/tmp/debug-") + QString::fromUtf8(qgetenv("USER")) + QStringLiteral(".json"));
# 46|-> bool b = f.open(QFile::WriteOnly);
# 47| Q_ASSERT(b);
# 48| f.write(doc.toJson());
Error: COMPILER_WARNING (CWE-563): [#def5]
libplasma-6.0.3-build/libplasma-6.0.3/src/plasma/private/timetracker.cpp: scope_hint: In constructor ‘Plasma::TimeTracker::TimeTracker(QObject*)’
libplasma-6.0.3-build/libplasma-6.0.3/src/plasma/private/timetracker.cpp:75:18: warning[-Wunused-value]: value computed is not used
# 75 | *s_beginning * 1; // ensure it's initialized
# | ~~~~~~~~~~~~~^~~
# 73| : QObject(o)
# 74| {
# 75|-> *s_beginning * 1; // ensure it's initialized
# 76|
# 77| QTimer *t = new QTimer(this);
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-228.us-west-2.compute.internal |
mock-config | fedora-41-x86_64 |
project-name | libplasma-6.0.3-1.fc40 |
store-results-to | /tmp/tmp6bbzmz0v/libplasma-6.0.3-1.fc40.tar.xz |
time-created | 2024-07-03 15:49:53 |
time-finished | 2024-07-03 15:56:22 |
tool | csmock |
tool-args | '/usr/bin/csmock' '-r' 'fedora-41-x86_64' '-t' 'cppcheck,gcc,clang,shellcheck' '-o' '/tmp/tmp6bbzmz0v/libplasma-6.0.3-1.fc40.tar.xz' '--gcc-analyze' '/tmp/tmp6bbzmz0v/libplasma-6.0.3-1.fc40.src.rpm' |
tool-version | csmock-3.5.3-1.el9 |