Go To Statistics
  File Severity Checker name Message Bug path length Review status
1 /home/cc-runs/install_dir/dev/include/QtCore/qobjectdefs.h @ Line 311 cplusplus.NewDeleteLeaks Potential memory leak 5 unreviewed
2 /home/cc-runs/install_dir/dev/include/QtCore/qobjectdefs.h @ Line 355 cplusplus.NewDeleteLeaks Potential memory leak 9 unreviewed
3 /home/cc-runs/install_dir/dev/include/QtCore/qtimer.h @ Line 164 cplusplus.NewDeleteLeaks Potential memory leak 10 unreviewed
4 /home/cc-runs/install_dir/dev/include/QtCore/qtimer.h @ Line 164 cplusplus.NewDeleteLeaks Potential memory leak 11 unreviewed
5 /home/cc-runs/install_dir/dev/include/QtCore/qtimer.h @ Line 164 cplusplus.NewDeleteLeaks Potential memory leak 9 unreviewed
6 /usr/include/c++/9/bits/atomic_base.h @ Line 207 deadcode.DeadStores Value stored to '__b' during its initialization is never read 1 unreviewed
7 /usr/include/c++/9/bits/atomic_base.h @ Line 218 deadcode.DeadStores Value stored to '__b' during its initialization is never read 1 unreviewed
8 src/plugins/canbus/peakcan/peakcanbackend.cpp @ Line 572 optin.cplusplus.VirtualCall Call to virtual method 'PeakCanBackend::setConfigurationParameter' during construction bypasses virtual dispatch 3 unreviewed
9 src/plugins/canbus/peakcan/peakcanbackend.cpp @ Line 829 optin.cplusplus.VirtualCall Call to virtual method 'PeakCanBackend::close' during destruction bypasses virtual dispatch 2 unreviewed
10 src/plugins/canbus/peakcan/peakcanbackend.cpp @ Line 572 optin.cplusplus.VirtualCall Call to virtual method 'PeakCanBackend::setConfigurationParameter' during construction bypasses virtual dispatch 6 unreviewed
11 src/plugins/canbus/socketcan/socketcanbackend.cpp @ Line 193 optin.cplusplus.VirtualCall Call to virtual method 'SocketCanBackend::close' during destruction bypasses virtual dispatch 1 unreviewed
12 src/plugins/canbus/socketcan/socketcanbackend.h @ Line 88 cppcoreguidelines-special-member-functions class 'SocketCanBackend' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
13 src/plugins/canbus/tinycan/tinycanbackend.cpp @ Line 514 optin.cplusplus.VirtualCall Call to virtual method 'TinyCanBackend::close' during destruction bypasses virtual dispatch 1 unreviewed
14 src/plugins/canbus/tinycan/tinycanbackend_p.h @ Line 63 cppcoreguidelines-special-member-functions class 'TinyCanBackendPrivate' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
15 src/serialbus/qcanbus.h @ Line 50 cppcoreguidelines-special-member-functions class 'QCanBus' defines a copy constructor and a copy assignment operator but does not define a destructor 1 unreviewed
16 src/serialbus/qcanbusdevice.h @ Line 54 cppcoreguidelines-special-member-functions class 'QCanBusDevice' defines a copy constructor and a copy assignment operator but does not define a destructor 1 unreviewed
17 src/serialbus/qcanbusdeviceinfo.h @ Line 51 cppcoreguidelines-special-member-functions class 'QCanBusDeviceInfo' defines a non-default destructor, a copy constructor, a copy assignment operator and a move assignment operator but does not define a move constructor 1 unreviewed
18 src/serialbus/qcanbusdeviceinfo_p.h @ Line 60 cppcoreguidelines-special-member-functions class 'QCanBusDeviceInfoPrivate' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
19 src/serialbus/qcanbusfactory.h @ Line 50 cppcoreguidelines-special-member-functions class 'QCanBusFactory' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
20 src/serialbus/qmodbusclient.cpp @ Line 546 core.UndefinedBinaryOperatorResult The left operand of '!=' is a garbage value 18 unreviewed
21 src/serialbus/qmodbusclient.cpp @ Line 551 core.CallAndMessage 1st function call argument is an uninitialized value 31 unreviewed
22 src/serialbus/qmodbusclient.cpp @ Line 583 core.UndefinedBinaryOperatorResult The left operand of '<' is a garbage value 18 unreviewed
23 src/serialbus/qmodbusclient.cpp @ Line 587 core.CallAndMessage 1st function call argument is an uninitialized value 31 unreviewed
24 src/serialbus/qmodbusclient.h @ Line 53 cppcoreguidelines-special-member-functions class 'QModbusClient' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
25 src/serialbus/qmodbusdevice.h @ Line 50 cppcoreguidelines-special-member-functions class 'QModbusDevice' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
26 src/serialbus/qmodbuspdu.cpp @ Line 753 core.UndefinedBinaryOperatorResult The left operand of '+' is a garbage value 26 unreviewed
27 src/serialbus/qmodbuspdu.cpp @ Line 603 core.UndefinedBinaryOperatorResult The left operand of '==' is a garbage value 28 unreviewed
28 src/serialbus/qmodbuspdu.cpp @ Line 54 cppcoreguidelines-special-member-functions class 'QModbusPduPrivate' defines a copy constructor, a copy assignment operator, a move constructor and a move assignment operator but does not define a destructor 1 unreviewed
29 src/serialbus/qmodbuspdu.cpp @ Line 126 cppcoreguidelines-special-member-functions class 'RAII' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
30 src/serialbus/qmodbuspdu.cpp @ Line 163 core.UndefinedBinaryOperatorResult The left operand of '==' is a garbage value 18 unreviewed
31 src/serialbus/qmodbuspdu.cpp @ Line 188 core.UndefinedBinaryOperatorResult The left operand of '==' is a garbage value 19 unreviewed
32 src/serialbus/qmodbuspdu.cpp @ Line 603 core.UndefinedBinaryOperatorResult The left operand of '==' is a garbage value 14 unreviewed
33 src/serialbus/qmodbuspdu.cpp @ Line 753 core.UndefinedBinaryOperatorResult The left operand of '+' is a garbage value 22 unreviewed
34 src/serialbus/qmodbusrtuserialclient.cpp @ Line 78 optin.cplusplus.VirtualCall Call to virtual method 'QModbusRtuSerialClient::close' during destruction bypasses virtual dispatch 1 unreviewed
35 src/serialbus/qmodbusrtuserialclient.h @ Line 49 cppcoreguidelines-special-member-functions class 'QModbusRtuSerialClient' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
36 src/serialbus/qmodbusrtuserialserver.cpp @ Line 80 optin.cplusplus.VirtualCall Call to virtual method 'QModbusRtuSerialServer::close' during destruction bypasses virtual dispatch 1 unreviewed
37 src/serialbus/qmodbusrtuserialserver.cpp @ Line 188 core.UndefinedBinaryOperatorResult The left operand of '==' is a garbage value 12 unreviewed
38 src/serialbus/qmodbusrtuserialserver.h @ Line 49 cppcoreguidelines-special-member-functions class 'QModbusRtuSerialServer' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
39 src/serialbus/qmodbusserver.cpp @ Line 719 core.UndefinedBinaryOperatorResult The left operand of '<' is a garbage value 18 unreviewed
40 src/serialbus/qmodbusserver.cpp @ Line 767 core.UndefinedBinaryOperatorResult The left operand of '<' is a garbage value 18 unreviewed
41 src/serialbus/qmodbusserver.cpp @ Line 799 core.UndefinedBinaryOperatorResult The left operand of '!=' is a garbage value 18 unreviewed
42 src/serialbus/qmodbusserver.cpp @ Line 805 core.CallAndMessage 2nd function call argument is an uninitialized value 18 unreviewed
43 src/serialbus/qmodbusserver.cpp @ Line 968 core.UndefinedBinaryOperatorResult The left operand of '!=' is a garbage value 16 unreviewed
44 src/serialbus/qmodbusserver.cpp @ Line 1021 core.UndefinedBinaryOperatorResult The left operand of '!=' is a garbage value 16 unreviewed
45 src/serialbus/qmodbusserver.cpp @ Line 1094 core.CallAndMessage 2nd function call argument is an uninitialized value 16 unreviewed
46 src/serialbus/qmodbusserver.cpp @ Line 1117 core.UndefinedBinaryOperatorResult The left operand of '!=' is a garbage value 16 unreviewed
47 src/serialbus/qmodbusserver.cpp @ Line 1173 core.CallAndMessage 2nd function call argument is an uninitialized value 16 unreviewed
48 src/serialbus/qmodbusserver.cpp @ Line 1225 core.CallAndMessage 1st function call argument is an uninitialized value 40 unreviewed
49 src/serialbus/qmodbusserver.h @ Line 53 cppcoreguidelines-special-member-functions class 'QModbusServer' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
50 src/serialbus/qmodbustcpclient.cpp @ Line 72 optin.cplusplus.VirtualCall Call to virtual method 'QModbusTcpClient::close' during destruction bypasses virtual dispatch 1 unreviewed
51 src/serialbus/qmodbustcpclient.h @ Line 49 cppcoreguidelines-special-member-functions class 'QModbusTcpClient' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
52 src/serialbus/qmodbustcpserver.cpp @ Line 80 optin.cplusplus.VirtualCall Call to virtual method 'QModbusTcpServer::close' during destruction bypasses virtual dispatch 1 unreviewed
53 src/serialbus/qmodbustcpserver.h @ Line 51 cppcoreguidelines-special-member-functions class 'QModbusTcpConnectionObserver' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
54 src/serialbus/qmodbustcpserver.h @ Line 59 cppcoreguidelines-special-member-functions class 'QModbusTcpServer' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
55 src/tools/canbusutil/sigtermhandler.h @ Line 45 cppcoreguidelines-special-member-functions class 'SigTermHandler' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed