The file report.tasks can be opened with Qt Creator. File > Open File or Project. It will be shown in the "Issues" Output Pane (Alt+1).
Below is the file report.tasks:
pvs-studio.com/en/docs/warnings/ 1 err Help: The documentation for all analyzer warnings is available here: https://pvs-studio.com/en/docs/warnings/.
/home/n/kde/misc/KDStateMachineEditor/build/src/core/kdstatemachineeditor_core_autogen/NLOY5YBGEN/moc_state.cpp 819 warn V1048 The '* reinterpret_cast< Kind * > (_v)' variable was assigned the same value.
/home/n/kde/misc/KDStateMachineEditor/build/src/debuginterface/debuginterfacesource/rep_debuginterface_source.h 84 warn V730 Not all members of a class are initialized inside the constructor. Consider inspecting: m_signalArgCount, m_methodArgCount.
/home/n/kde/misc/KDStateMachineEditor/build/src/view/kdstatemachineeditor_view_autogen/LTLVFUOEFO/moc_commandfactory_p.cpp 210 warn V1037 Two or more case-branches perform the same actions. Check lines: 210, 224
/home/n/kde/misc/KDStateMachineEditor/build/src/view/kdstatemachineeditor_view_autogen/EWIEGA46WW/moc_editcontroller.cpp 110 warn V1037 Two or more case-branches perform the same actions. Check lines: 110, 117
/home/n/kde/misc/KDStateMachineEditor/src/app/mainwindow.cpp 160 err V547 Expression 'mode == PresetsInputMode' is always true.
/home/n/kde/misc/KDStateMachineEditor/src/core/layout/graphvizlayout/graphvizlayouterbackend.cpp 73 warn V785 Constant expression in switch statement.
/home/n/kde/misc/KDStateMachineEditor/src/core/model/element.cpp 179 warn V1037 Two or more case-branches perform the same actions. Check lines: 179, 188
/home/n/kde/misc/KDStateMachineEditor/src/core/model/elementutil.cpp 31 err V547 Expression is always true.
/home/n/kde/misc/KDStateMachineEditor/src/core/model/elementutil.cpp 48 err V547 Expression is always true.
/home/n/kde/misc/KDStateMachineEditor/src/core/model/state.cpp 38 warn V785 Constant expression in switch statement.
/home/n/kde/misc/KDStateMachineEditor/build/src/debuginterface/debuginterfacesource/kdstatemachineeditor_debuginterfacesource_autogen/include/qsmdebuginterfacesource.moc 110 warn V1037 Two or more case-branches perform the same actions. Check lines: 110, 117
/home/n/kde/misc/KDStateMachineEditor/src/view/command/modifyelementcommand.cpp 115 err V501 There are identical sub-expressions to the left and to the right of the '&&' operator: m_item && m_item
/home/n/kde/misc/KDStateMachineEditor/src/view/quick/quicksceneitem.cpp 164 warn V601 The bool type is implicitly cast to the double type. Inspect the first argument.
/home/n/kde/misc/KDStateMachineEditor/src/view/semanticzoommanager.cpp 99 warn V657 It's odd that this function always returns one and the same value.
/home/n/kde/misc/KDStateMachineEditor/src/view/statemachinescene.cpp 326 warn V657 It's odd that this function always returns one and the same value.
/home/n/kde/misc/KDStateMachineEditor/src/view/tests/test_commands.cpp 159 err V773 The function was exited without releasing the 'cmd' pointer. A memory leak is possible.
/home/n/kde/misc/KDStateMachineEditor/src/view/tests/test_commands.cpp 172 err V773 The function was exited without releasing the 'cmd' pointer. A memory leak is possible.
/home/n/kde/misc/KDStateMachineEditor/src/view/tests/test_commands.cpp 192 err V773 The function was exited without releasing the 'cmd' pointer. A memory leak is possible.
/home/n/kde/misc/KDStateMachineEditor/src/view/tests/test_commands.cpp 205 err V773 The function was exited without releasing the 'cmd' pointer. A memory leak is possible.
/home/n/kde/misc/KDStateMachineEditor/src/view/tests/test_commands.cpp 218 err V773 The function was exited without releasing the 'cmd' pointer. A memory leak is possible.
/home/n/kde/misc/KDStateMachineEditor/src/view/tests/test_commands.cpp 234 err V773 The function was exited without releasing the 'cmd' pointer. A memory leak is possible.
/home/n/kde/misc/KDStateMachineEditor/src/view/tests/test_commands.cpp 253 err V773 The function was exited without releasing the 'cmd' pointer. A memory leak is possible.
/home/n/kde/misc/KDStateMachineEditor/src/view/tests/test_commands.cpp 278 err V773 The function was exited without releasing the 'cmd' pointer. A memory leak is possible.
/home/n/kde/misc/KDStateMachineEditor/src/view/tests/test_commands.cpp 292 err V773 The function was exited without releasing the 'cmd' pointer. A memory leak is possible.
/home/n/kde/misc/KDStateMachineEditor/src/view/widgets/statemachinetoolbar.cpp 144 err V773 Visibility scope of the 'exporter' pointer was exited without releasing the memory. A memory leak is possible.
I have Kubuntu 22.04. I have installed Qt5 using kdesrc-build. I have built https://github.com/KDAB/KDStateMachineEditor using this Qt. Pseudocode:
The file report.tasks can be opened with Qt Creator. File > Open File or Project. It will be shown in the "Issues" Output Pane (Alt+1).
Below is the file report.tasks: