Columns are sortable
|
|
# | Severity | Description | File |
---|---|---|---|
1 | error | Deallocation of an auto-variable results in undefined behaviour. |
mythtv/programs/mythcommflag/HistogramAnalyzer.cpp:176 |
2 | warning | Member variable ' HistogramAnalyzer::m_histogram' is not initialized in the constructor. |
mythtv/programs/mythcommflag/HistogramAnalyzer.cpp:140 |
3 | warning | Either the condition ' !node' is redundant or there is possible null pointer dereference: node. |
mythtv/programs/mythfrontend/videodlg.cpp:1409 mythtv/programs/mythfrontend/videodlg.cpp:1416 |
4 | information | The code ' class MTV_PUBLIC PID {' is not handled. You can use -I or --include to add handling of this code. |
mythtv/libs/libmythtv/mpeg/mpegtables.h:206 |
5 | information | The code ' class MTV_PUBLIC PID {' is not handled. You can use -I or --include to add handling of this code. |
mythtv/libs/libmythtv/mpeg/mpegtables.h:206 |
6 | information | The code ' class MTV_PUBLIC PID {' is not handled. You can use -I or --include to add handling of this code. |
mythtv/libs/libmythtv/mpeg/mpegtables.h:206 |
7 | information | The code ' class MTV_PUBLIC PID {' is not handled. You can use -I or --include to add handling of this code. |
mythtv/libs/libmythtv/mpeg/mpegtables.h:206 |
8 | information | The code ' class MTV_PUBLIC PID {' is not handled. You can use -I or --include to add handling of this code. |
mythtv/libs/libmythtv/mpeg/mpegtables.h:206 |
9 | information | The code ' class MTV_PUBLIC PID {' is not handled. You can use -I or --include to add handling of this code. |
mythtv/libs/libmythtv/mpeg/mpegtables.h:206 |
10 | information | The code ' class MTV_PUBLIC PID {' is not handled. You can use -I or --include to add handling of this code. |
mythtv/libs/libmythtv/mpeg/mpegtables.h:206 |
11 | information | The code ' class MTV_PUBLIC PID {' is not handled. You can use -I or --include to add handling of this code. |
mythtv/libs/libmythtv/mpeg/mpegtables.h:206 |
12 | information | The code ' class MTV_PUBLIC PID {' is not handled. You can use -I or --include to add handling of this code. |
mythtv/libs/libmythtv/mpeg/mpegtables.h:206 |
13 | information | The code ' class MTV_PUBLIC PID {' is not handled. You can use -I or --include to add handling of this code. |
mythtv/libs/libmythtv/mpeg/mpegtables.h:206 |
14 | information | The code ' class MTV_PUBLIC PID {' is not handled. You can use -I or --include to add handling of this code. |
mythtv/libs/libmythtv/mpeg/mpegtables.h:206 |
15 | information | Unmatched suppression: knownConditionTrueFalse |
mythtv/libs/libmythbase/portchecker.cpp:92 |
16 | information | Unmatched suppression: unreadVariable |
mythtv/libs/libmythbase/portchecker.cpp:105 |
17 | information | Unmatched suppression: identicalInnerCondition |
mythtv/libs/libmythtv/channelutil.cpp:1185 |
18 | style | Obsolescent function ' usleep' called. It is recommended to use ' nanosleep' or ' setitimer' instead. |
mythtv/libs/libmyth/audio/volumebase.cpp:75 |
19 | style | Condition ' recstatus!=RecStatus::DontRecord' is always true |
mythtv/libs/libmythservicecontracts/enums/recStatus.cpp:29 mythtv/libs/libmythservicecontracts/enums/recStatus.cpp:28 |
20 | style | Variable ' reprocessing' is assigned a value that is never used. |
mythtv/libs/libmythtv/DVD/mythdvdbuffer.cpp:525 |
21 | style | Obsolescent function ' usleep' called. It is recommended to use ' nanosleep' or ' setitimer' instead. |
mythtv/libs/libmythtv/HLS/httplivestreambuffer.cpp:1152 |
22 | style | Variable ' event.m_subtitle' is reassigned a value before the old one has been used. |
mythtv/libs/libmythtv/eitfixup.cpp:1058 mythtv/libs/libmythtv/eitfixup.cpp:1053 |
23 | style | Same expression used in consecutive assignments of ' tid' and ' bid' . |
mythtv/libs/libmythtv/mpeg/dvbstreamdata.cpp:941 mythtv/libs/libmythtv/mpeg/dvbstreamdata.cpp:942 |
24 | style | Consider using std::find_if algorithm instead of a raw loop. |
mythtv/libs/libmythtv/opengl/mythdrmprimeinterop.cpp:71 |
25 | style | Consider using std::any_of algorithm instead of a raw loop. |
mythtv/libs/libmythtv/opengl/mythnvdecinterop.cpp:88 |
26 | style | Consider using std::copy_if algorithm instead of a raw loop. |
mythtv/libs/libmythui/platforms/drm/mythdrmplane.cpp:109 |
27 | style | Consider using std::any_of algorithm instead of a raw loop. |
mythtv/libs/libmythui/platforms/drm/mythdrmplane.cpp:193 |
28 | style | Consider using std::find_if algorithm instead of a raw loop. |
mythtv/libs/libmythui/platforms/drm/mythdrmplane.cpp:208 |
29 | style | Variable ' flagFPS' is assigned a value that is never used. |
mythtv/programs/mythcommflag/ClassicCommDetector.cpp:400 |
30 | style | Condition ' !successes.empty()' is always false |
mythtv/programs/mythfrontend/playbackboxhelper.cpp:200 |
31 | style | Condition ' !failures.empty()' is always false |
mythtv/programs/mythfrontend/playbackboxhelper.cpp:205 mythtv/programs/mythfrontend/playbackboxhelper.cpp:200 |
32 | style | Condition ' !successes.empty()' is always false |
mythtv/programs/mythfrontend/playbackboxhelper.cpp:229 |
33 | style | Condition ' !failures.empty()' is always false |
mythtv/programs/mythfrontend/playbackboxhelper.cpp:234 mythtv/programs/mythfrontend/playbackboxhelper.cpp:229 |
34 | style | Same value in both branches of ternary operator. |
mythtv/programs/mythfrontend/playbackboxhelper.cpp:193 |
35 | style | Same value in both branches of ternary operator. |
mythtv/programs/mythfrontend/playbackboxhelper.cpp:224 |
36 | style | The scope of the variable ' maxRecurse' can be reduced. |
mythtv/programs/mythfrontend/videodlg.cpp:1658 |
37 | style | Condition ' !foundMatchWithArt' is always true |
mythtv/programs/mythmetadatalookup/lookup.cpp:265 mythtv/programs/mythmetadatalookup/lookup.cpp:245 |
38 | style | Condition ' !closeDialog' is always true |
mythtv/programs/mythtv-setup/importicons.cpp:406 mythtv/programs/mythtv-setup/importicons.cpp:285 |
39 | style | Condition ' closeDialog' is always false |
mythtv/programs/mythtv-setup/importicons.cpp:442 mythtv/programs/mythtv-setup/importicons.cpp:285 |
40 | style | Parameter ' ptsl' can be declared with const |
mythtv/programs/mythutil/mpegutils.cpp:437 |
41 | style | Condition ' diskcount> 1' is always false |
mythplugins/mythgame/mythgame/gamehandler.cpp:358 mythplugins/mythgame/mythgame/gamehandler.cpp:357 mythplugins/mythgame/mythgame/gamehandler.cpp:332 |
42 | style | The scope of the variable ' diskcount' can be reduced. |
mythplugins/mythgame/mythgame/gamehandler.cpp:332 |
43 | style | Variable ' pos' is assigned a value that is never used. |
mythplugins/mythgame/mythgame/gamehandler.cpp:301 |
44 | style | Obsolescent function ' usleep' called. It is recommended to use ' nanosleep' or ' setitimer' instead. |
mythplugins/mythmusic/mythmusic/playlistcontainer.cpp:18 |