Go To Statistics
  File Severity Checker name Message Bug path length Review status
1 /home/cc-runs/install_dir/dev/include/QtCore/qsharedpointer_impl.h @ Line 142 cplusplus.NewDelete Use of memory after it is freed 9 unreviewed
2 src/plugins/imageformats/icns/qicnshandler.cpp @ Line 306 misc-use-anonymous-namespace function 'operator>>' declared 'static', move to anonymous namespace instead 1 unreviewed
3 src/plugins/imageformats/icns/qicnshandler.cpp @ Line 313 misc-use-anonymous-namespace function 'operator<<' declared 'static', move to anonymous namespace instead 1 unreviewed
4 src/plugins/imageformats/icns/qicnshandler.cpp @ Line 320 misc-use-anonymous-namespace function 'isPowOf2OrDividesBy16' declared 'static', move to anonymous namespace instead 1 unreviewed
5 src/plugins/imageformats/icns/qicnshandler.cpp @ Line 325 misc-use-anonymous-namespace function 'isBlockHeaderValid' declared 'static', move to anonymous namespace instead 1 unreviewed
6 src/plugins/imageformats/icns/qicnshandler.cpp @ Line 334 misc-use-anonymous-namespace function 'isIconCompressed' declared 'static', move to anonymous namespace instead 1 unreviewed
7 src/plugins/imageformats/icns/qicnshandler.cpp @ Line 339 misc-use-anonymous-namespace function 'isMaskSuitable' declared 'static', move to anonymous namespace instead 1 unreviewed
8 src/plugins/imageformats/icns/qicnshandler.cpp @ Line 345 misc-use-anonymous-namespace function 'nameFromOSType' declared 'static', move to anonymous namespace instead 1 unreviewed
9 src/plugins/imageformats/icns/qicnshandler.cpp @ Line 351 misc-use-anonymous-namespace function 'nameToOSType' declared 'static', move to anonymous namespace instead 1 unreviewed
10 src/plugins/imageformats/icns/qicnshandler.cpp @ Line 358 misc-use-anonymous-namespace function 'nameForCompressedIcon' declared 'static', move to anonymous namespace instead 1 unreviewed
11 src/plugins/imageformats/icns/qicnshandler.cpp @ Line 367 misc-use-anonymous-namespace function 'getColorTable' declared 'static', move to anonymous namespace instead 1 unreviewed
12 src/plugins/imageformats/icns/qicnshandler.cpp @ Line 391 misc-use-anonymous-namespace function 'parseIconEntryData' declared 'static', move to anonymous namespace instead 1 unreviewed
13 src/plugins/imageformats/icns/qicnshandler.cpp @ Line 410 misc-use-anonymous-namespace function 'parseIconEntryInfo' declared 'static', move to anonymous namespace instead 1 unreviewed
14 src/plugins/imageformats/icns/qicnshandler.cpp @ Line 496 misc-use-anonymous-namespace function 'readMask' declared 'static', move to anonymous namespace instead 1 unreviewed
15 src/plugins/imageformats/icns/qicnshandler.cpp @ Line 534 misc-use-anonymous-namespace function 'readLowDepthIcon' declared 'static', move to anonymous namespace instead 1 unreviewed
16 src/plugins/imageformats/icns/qicnshandler.cpp @ Line 534 misc-use-anonymous-namespace function 'readLowDepthIcon' declared 'static', move to anonymous namespace instead 1 unreviewed
17 src/plugins/imageformats/icns/qicnshandler.cpp @ Line 534 misc-use-anonymous-namespace function 'readLowDepthIcon' declared 'static', move to anonymous namespace instead 1 unreviewed
18 src/plugins/imageformats/icns/qicnshandler.cpp @ Line 534 misc-use-anonymous-namespace function 'readLowDepthIcon' declared 'static', move to anonymous namespace instead 1 unreviewed
19 src/plugins/imageformats/icns/qicnshandler.cpp @ Line 575 misc-use-anonymous-namespace function 'read32bitIcon' declared 'static', move to anonymous namespace instead 1 unreviewed
20 src/plugins/imageformats/tga/qtgafile.cpp @ Line 22 cppcoreguidelines-special-member-functions class 'Tga16Reader' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
21 src/plugins/imageformats/tga/qtgafile.h @ Line 16 cppcoreguidelines-special-member-functions class 'QTgaFile' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
22 src/plugins/imageformats/tga/qtgafile.h @ Line 16 cppcoreguidelines-special-member-functions class 'QTgaFile' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
23 src/plugins/imageformats/tga/qtgahandler.h @ Line 13 cppcoreguidelines-special-member-functions class 'QTgaHandler' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
24 src/plugins/imageformats/tga/qtgahandler.h @ Line 13 cppcoreguidelines-special-member-functions class 'QTgaHandler' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
25 src/plugins/imageformats/tiff/qtiffhandler.cpp @ Line 26 misc-use-anonymous-namespace function 'lcTiff' declared 'static', move to anonymous namespace instead 1 unreviewed
26 src/plugins/imageformats/tiff/qtiffhandler.cpp @ Line 97 cppcoreguidelines-special-member-functions class 'QTiffHandlerPrivate' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
27 src/plugins/imageformats/tiff/qtiffhandler.cpp @ Line 128 misc-use-anonymous-namespace function 'exif2Qt' declared 'static', move to anonymous namespace instead 1 unreviewed
28 src/plugins/imageformats/tiff/qtiffhandler.cpp @ Line 152 misc-use-anonymous-namespace function 'qt2Exif' declared 'static', move to anonymous namespace instead 1 unreviewed
29 src/plugins/imageformats/tiff/qtiffhandler.cpp @ Line 612 misc-use-anonymous-namespace function 'checkGrayscale' declared 'static', move to anonymous namespace instead 1 unreviewed
30 src/plugins/imageformats/tiff/qtiffhandler.cpp @ Line 626 misc-use-anonymous-namespace function 'effectiveColorTable' declared 'static', move to anonymous namespace instead 1 unreviewed
31 src/plugins/imageformats/tiff/qtiffhandler.cpp @ Line 650 misc-use-anonymous-namespace function 'defaultStripSize' declared 'static', move to anonymous namespace instead 1 unreviewed
32 src/plugins/imageformats/wbmp/qwbmphandler.cpp @ Line 30 misc-use-anonymous-namespace function 'readMultiByteInt' declared 'static', move to anonymous namespace instead 1 unreviewed
33 src/plugins/imageformats/wbmp/qwbmphandler.cpp @ Line 53 misc-use-anonymous-namespace function 'writeMultiByteInt' declared 'static', move to anonymous namespace instead 1 unreviewed
34 src/plugins/imageformats/wbmp/qwbmphandler.cpp @ Line 73 misc-use-anonymous-namespace function 'readWBMPHeader' declared 'static', move to anonymous namespace instead 1 unreviewed
35 src/plugins/imageformats/wbmp/qwbmphandler.cpp @ Line 93 misc-use-anonymous-namespace function 'writeWBMPHeader' declared 'static', move to anonymous namespace instead 1 unreviewed
36 src/plugins/imageformats/wbmp/qwbmphandler.cpp @ Line 109 misc-use-anonymous-namespace function 'writeWBMPData' declared 'static', move to anonymous namespace instead 1 unreviewed
37 src/plugins/imageformats/wbmp/qwbmphandler.cpp @ Line 124 misc-use-anonymous-namespace function 'readWBMPData' declared 'static', move to anonymous namespace instead 1 unreviewed
38 src/plugins/imageformats/wbmp/qwbmphandler_p.h @ Line 24 cppcoreguidelines-special-member-functions class 'QWbmpHandler' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
39 src/plugins/imageformats/wbmp/qwbmphandler_p.h @ Line 24 cppcoreguidelines-special-member-functions class 'QWbmpHandler' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
40 src/plugins/imageformats/webp/qwebphandler_p.h @ Line 17 cppcoreguidelines-special-member-functions class 'QWebpHandler' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
41 src/plugins/imageformats/webp/qwebphandler_p.h @ Line 17 cppcoreguidelines-special-member-functions class 'QWebpHandler' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed