qqc2-breeze-style-6.2.3-1.fc42

List of Findings

Error: COMPILER_WARNING (CWE-477): [#def1]
qqc2-breeze-style-6.2.3-build/qqc2-breeze-style-6.2.3/kirigami-plasmadesktop-integration/plasmadesktoptheme.cpp: scope_hint: In constructor ‘StyleSingleton::StyleSingleton()’
qqc2-breeze-style-6.2.3-build/qqc2-breeze-style-6.2.3/kirigami-plasmadesktop-integration/plasmadesktoptheme.cpp:42:44: warning[-Wdeprecated-declarations]: ‘void QGuiApplication::paletteChanged(const QPalette&)’ is deprecated: Handle QEvent::ApplicationPaletteChange instead
#   42 |         connect(qGuiApp, &QGuiApplication::paletteChanged, this, &StyleSingleton::refresh);
#      |                                            ^~~~~~~~~~~~~~
/usr/include/qt6/QtGui/qscreen_platform.h:19: included_from: Included from here.
/usr/include/qt6/QtGui/qscreen.h:150: included_from: Included from here.
/usr/include/qt6/QtGui/qinputdevice.h:9: included_from: Included from here.
/usr/include/qt6/QtGui/qpointingdevice.h:9: included_from: Included from here.
/usr/include/qt6/QtGui/qeventpoint.h:9: included_from: Included from here.
/usr/include/qt6/QtGui/qevent.h:20: included_from: Included from here.
/usr/include/qt6/QtQuick/qquickitem.h:14: included_from: Included from here.
/usr/include/qt6/QtQuick/QQuickItem:1: included_from: Included from here.
/usr/include/KF6/Kirigami/Platform/platformtheme.h:14: included_from: Included from here.
/usr/include/KF6/Kirigami/Platform/PlatformTheme:1: included_from: Included from here.
qqc2-breeze-style-6.2.3-build/qqc2-breeze-style-6.2.3/kirigami-plasmadesktop-integration/plasmadesktoptheme.h:11: included_from: Included from here.
qqc2-breeze-style-6.2.3-build/qqc2-breeze-style-6.2.3/kirigami-plasmadesktop-integration/plasmadesktoptheme.cpp:8: included_from: Included from here.
/usr/include/qt6/QtGui/qguiapplication.h:161:89: note: declared here
#  161 |     QT_DEPRECATED_VERSION_X_6_0("Handle QEvent::ApplicationPaletteChange instead") void paletteChanged(const QPalette &pal);
#      |                                                                                         ^~~~~~~~~~~~~~
#   40|           , buttonScheme(QPalette::Active, KColorScheme::ColorSet::Button)
#   41|       {
#   42|->         connect(qGuiApp, &QGuiApplication::paletteChanged, this, &StyleSingleton::refresh);
#   43|   
#   44|   #ifndef Q_OS_ANDROID

Error: COMPILER_WARNING (CWE-477): [#def2]
qqc2-breeze-style-6.2.3-build/qqc2-breeze-style-6.2.3/kirigami-plasmadesktop-integration/plasmadesktoptheme.cpp:57:44: warning[-Wdeprecated-declarations]: ‘void QGuiApplication::fontChanged(const QFont&)’ is deprecated: Handle QEvent::ApplicationFontChange instead
#   57 |         connect(qGuiApp, &QGuiApplication::fontChanged, this, &StyleSingleton::notifyWatchersConfigurationChange);
#      |                                            ^~~~~~~~~~~
/usr/include/qt6/QtGui/qguiapplication.h:162:87: note: declared here
#  162 |     QT_DEPRECATED_VERSION_X_6_0("Handle QEvent::ApplicationFontChange instead")  void fontChanged(const QFont &font);
#      |                                                                                       ^~~~~~~~~~~
#   55|   
#   56|           connect(qGuiApp, &QGuiApplication::fontDatabaseChanged, this, &StyleSingleton::notifyWatchersConfigurationChange);
#   57|->         connect(qGuiApp, &QGuiApplication::fontChanged, this, &StyleSingleton::notifyWatchersConfigurationChange);
#   58|   
#   59|           /* QtTextRendering uses less memory, so use it in low power mode.

Error: COMPILER_WARNING (CWE-477): [#def3]
qqc2-breeze-style-6.2.3-build/qqc2-breeze-style-6.2.3/style/impl/breezedial.cpp: scope_hint: In constructor ‘BreezeDial::BreezeDial(QQuickItem*)’
qqc2-breeze-style-6.2.3-build/qqc2-breeze-style-6.2.3/style/impl/breezedial.cpp:36:40: warning[-Wdeprecated-declarations]: ‘void QGuiApplication::fontChanged(const QFont&)’ is deprecated: Handle QEvent::ApplicationFontChange instead
#   36 |     connect(qGuiApp, &QGuiApplication::fontChanged, this, [this, d]() {
#      |                                        ^~~~~~~~~~~
/usr/include/qt6/QtGui/qscreen_platform.h:19: included_from: Included from here.
/usr/include/qt6/QtGui/qscreen.h:150: included_from: Included from here.
/usr/include/qt6/QtGui/qinputdevice.h:9: included_from: Included from here.
/usr/include/qt6/QtGui/qpointingdevice.h:9: included_from: Included from here.
/usr/include/qt6/QtGui/qeventpoint.h:9: included_from: Included from here.
/usr/include/qt6/QtGui/qevent.h:20: included_from: Included from here.
/usr/include/qt6/QtQuick/qquickitem.h:14: included_from: Included from here.
/usr/include/qt6/QtQuick/qquickpainteditem.h:7: included_from: Included from here.
/usr/include/qt6/QtQuick/QQuickPaintedItem:1: included_from: Included from here.
qqc2-breeze-style-6.2.3-build/qqc2-breeze-style-6.2.3/style/impl/breezedial.h:9: included_from: Included from here.
qqc2-breeze-style-6.2.3-build/qqc2-breeze-style-6.2.3/style/impl/breezedial.cpp:5: included_from: Included from here.
/usr/include/qt6/QtGui/qguiapplication.h:162:87: note: declared here
#  162 |     QT_DEPRECATED_VERSION_X_6_0("Handle QEvent::ApplicationFontChange instead")  void fontChanged(const QFont &font);
#      |                                                                                       ^~~~~~~~~~~
#   34|   {
#   35|       Q_D(BreezeDial);
#   36|->     connect(qGuiApp, &QGuiApplication::fontChanged, this, [this, d]() {
#   37|           d->fontMetrics = QFontMetricsF(QGuiApplication::font());
#   38|           update();

Error: COMPILER_WARNING (CWE-477): [#def4]
qqc2-breeze-style-6.2.3-build/qqc2-breeze-style-6.2.3/style/impl/paintedsymbolitem.cpp: scope_hint: In constructor ‘PaintedSymbolItem::PaintedSymbolItem(QQuickItem*)’
qqc2-breeze-style-6.2.3-build/qqc2-breeze-style-6.2.3/style/impl/paintedsymbolitem.cpp:15:40: warning[-Wdeprecated-declarations]: ‘void QGuiApplication::fontChanged(const QFont&)’ is deprecated: Handle QEvent::ApplicationFontChange instead
#   15 |     connect(qGuiApp, &QGuiApplication::fontChanged, this, [this, d]() {
#      |                                        ^~~~~~~~~~~
/usr/include/qt6/QtGui/qscreen_platform.h:19: included_from: Included from here.
/usr/include/qt6/QtGui/qscreen.h:150: included_from: Included from here.
/usr/include/qt6/QtGui/qinputdevice.h:9: included_from: Included from here.
/usr/include/qt6/QtGui/qpointingdevice.h:9: included_from: Included from here.
/usr/include/qt6/QtGui/qeventpoint.h:9: included_from: Included from here.
/usr/include/qt6/QtGui/qevent.h:20: included_from: Included from here.
/usr/include/qt6/QtQuick/qquickitem.h:14: included_from: Included from here.
/usr/include/qt6/QtQuick/qquickpainteditem.h:7: included_from: Included from here.
/usr/include/qt6/QtQuick/QQuickPaintedItem:1: included_from: Included from here.
qqc2-breeze-style-6.2.3-build/qqc2-breeze-style-6.2.3/style/impl/paintedsymbolitem.h:8: included_from: Included from here.
qqc2-breeze-style-6.2.3-build/qqc2-breeze-style-6.2.3/style/impl/paintedsymbolitem.cpp:5: included_from: Included from here.
/usr/include/qt6/QtGui/qguiapplication.h:162:87: note: declared here
#  162 |     QT_DEPRECATED_VERSION_X_6_0("Handle QEvent::ApplicationFontChange instead")  void fontChanged(const QFont &font);
#      |                                                                                       ^~~~~~~~~~~
#   13|   {
#   14|       Q_D(PaintedSymbolItem);
#   15|->     connect(qGuiApp, &QGuiApplication::fontChanged, this, [this, d]() {
#   16|           d->fontMetrics = QFontMetricsF(QGuiApplication::font());
#   17|           update();

Scan Properties

analyzer-version-clippy1.82.0
analyzer-version-cppcheck2.16.0
analyzer-version-gcc14.2.1
analyzer-version-gcc-analyzer15.0.0
analyzer-version-shellcheck0.10.0
analyzer-version-unicontrol0.0.2
enabled-pluginsclippy, cppcheck, gcc, shellcheck, unicontrol
exit-code0
hostip-172-16-1-247.us-west-2.compute.internal
mock-configfedora-rawhide-gcc-latest-x86_64
project-nameqqc2-breeze-style-6.2.3-1.fc42
store-results-to/tmp/tmpd77t72zg/qqc2-breeze-style-6.2.3-1.fc42.tar.xz
time-created2024-11-13 02:52:44
time-finished2024-11-13 02:55:40
toolcsmock
tool-args'/usr/bin/csmock' '-r' 'fedora-rawhide-gcc-latest-x86_64' '-t' 'clippy,cppcheck,gcc,unicontrol,shellcheck' '-o' '/tmp/tmpd77t72zg/qqc2-breeze-style-6.2.3-1.fc42.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install=gcc-latest' '--gcc-analyzer-bin=/opt/gcc-latest/bin/gcc' '/tmp/tmpd77t72zg/qqc2-breeze-style-6.2.3-1.fc42.src.rpm'
tool-versioncsmock-3.7.1.20241107.094801.gb3f0f26.pr_192-1.el9