|
| checkersReport | | information | Active checkers: There was critical errors (use --checkers-report=<filename> to see details) |
accessx-status/applet.c |
49 | unusedStructMember | 563 | style | struct member 'ModifierStruct::icon_name' is never used. |
143 | variableScope | 398 | style | The scope of the variable 'launch_context' can be reduced. |
226 | nullPointerRedundantCheck | 476 | warning | Either the condition 'sapplet' is redundant or there is possible null pointer dereference: sapplet. |
409 | unusedVariable | 563 | style | Unused variable: cr |
469 | variableScope | 398 | style | The scope of the variable 'window' can be reduced. |
623 | constParameterPointer | 398 | style | Parameter 'event' can be declared as pointer to const |
625 | variableScope | 398 | style | The scope of the variable 'button_pixbuf' can be reduced. |
680 | variableScope | 398 | style | The scope of the variable 'icon_theme' can be reduced. |
989 | variableScope | 398 | style | The scope of the variable 'sapplet' can be reduced. |
1271 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'button_press_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). |
1281 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'key_press_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). |
battstat/acpi-freebsd.c |
144 | unusedVariable | 563 | style | Unused variable: acline |
163 | legacyUninitvar | 457 | error | Uninitialized variable: remain |
164 | legacyUninitvar | 457 | error | Uninitialized variable: rate |
200 | knownConditionTrueFalse | 571 | style | Condition 'charging' is always true |
battstat/acpi-linux.c |
125 | constVariablePointer | 398 | style | Variable 's' can be declared as pointer to const |
137 | constVariablePointer | 398 | style | Variable 's' can be declared as pointer to const |
battstat/apmlib/apmlib.c |
71 | invalidScanfArgType_int | 686 | warning | %x in format string (no. 4) requires 'unsigned int *' but the argument type is 'signed int *'. |
71 | invalidScanfArgType_int | 686 | warning | %x in format string (no. 5) requires 'unsigned int *' but the argument type is 'signed int *'. |
71 | invalidScanfArgType_int | 686 | warning | %x in format string (no. 6) requires 'unsigned int *' but the argument type is 'signed int *'. |
71 | invalidScanfArgType_int | 686 | warning | %x in format string (no. 7) requires 'unsigned int *' but the argument type is 'signed int *'. |
71 | invalidscanf | 119 | warning | sscanf() without field width limits can crash with huge input data. |
105 | invalidScanfArgType_int | 686 | warning | %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. |
145 | invalidScanfArgType_int | 686 | warning | %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. |
218 | variableScope | 398 | style | The scope of the variable 'fd' can be reduced. |
battstat/battstat-upower.c |
83 | unusedVariable | 563 | style | Unused variable: i |
83 | unusedVariable | 563 | style | Unused variable: num |
107 | legacyUninitvar | 457 | error | Uninitialized variable: error_str |
203 | unusedVariable | 563 | style | Unused variable: item |
battstat/battstat_applet.c |
488 | variableScope | 398 | style | The scope of the variable 'powerstring' can be reduced. |
489 | variableScope | 398 | style | The scope of the variable 'remaining' can be reduced. |
900 | constParameterCallback | 398 | style | Parameter 'allocation' can be declared as pointer to const. However it seems that 'size_allocate' is a callback function, if 'allocation' is declared with const you might also need to cast function pointer(s). |
battstat/power-management.c |
190 | variableScope | 398 | style | The scope of the variable 'fd' can be reduced. |
437 | unusedVariable | 563 | style | Unused variable: err |
cafeweather/cafeweather-applet.c |
210 | constParameterCallback | 398 | style | Parameter 'allocation' can be declared as pointer to const. However it seems that 'size_allocate_cb' is a callback function, if 'allocation' is declared with const you might also need to cast function pointer(s). |
228 | constParameterCallback | 398 | style | Parameter 'ev' can be declared as pointer to const. However it seems that 'clicked_cb' is a callback function, if 'ev' is declared with const you might also need to cast function pointer(s). |
230 | variableScope | 398 | style | The scope of the variable 'gw_applet' can be reduced. |
248 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'key_press_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). |
463 | variableScope | 398 | style | The scope of the variable 'n' can be reduced. |
cafeweather/cafeweather-dialog.c |
63 | constVariablePointer | 398 | style | Variable 'settings' can be declared as pointer to const |
66 | unreadVariable | 563 | style | Variable 'settings' is assigned a value that is never used. |
79 | constVariablePointer | 398 | style | Variable 'settings' can be declared as pointer to const |
80 | unusedVariable | 563 | style | Unused variable: w |
80 | unusedVariable | 563 | style | Unused variable: h |
82 | unreadVariable | 563 | style | Variable 'settings' is assigned a value that is never used. |
118 | unreadVariable | 563 | style | Variable 'count' is assigned a value that is never used. |
167 | variableScope | 398 | style | The scope of the variable 'forecast_note_lbl' can be reduced. |
168 | variableScope | 398 | style | The scope of the variable 'radar_note_lbl' can be reduced. |
169 | variableScope | 398 | style | The scope of the variable 'radar_vbox' can be reduced. |
170 | variableScope | 398 | style | The scope of the variable 'radar_link_btn' can be reduced. |
171 | variableScope | 398 | style | The scope of the variable 'radar_link_box' can be reduced. |
172 | variableScope | 398 | style | The scope of the variable 'forecast_hbox' can be reduced. |
173 | variableScope | 398 | style | The scope of the variable 'ebox' can be reduced. |
174 | variableScope | 398 | style | The scope of the variable 'scrolled_window' can be reduced. |
175 | variableScope | 398 | style | The scope of the variable 'imagescroll_window' can be reduced. |
557 | variableScope | 398 | style | The scope of the variable 'buffer' can be reduced. |
558 | variableScope | 398 | style | The scope of the variable 'font_desc' can be reduced. |
cafeweather/cafeweather-pref.c |
266 | constVariablePointer | 398 | style | Variable 'gw_applet' can be declared as pointer to const |
266 | unreadVariable | 563 | style | Variable 'gw_applet' is assigned a value that is never used. |
270 | unusedVariable | 563 | style | Unused variable: current_location |
646 | variableScope | 398 | style | The scope of the variable 'path' can be reduced. |
700 | variableScope | 398 | style | The scope of the variable 'path' can be reduced. |
charpick/charpick.c |
154 | variableScope | 398 | style | The scope of the variable 'curr_data' can be reduced. |
277 | constVariablePointer | 398 | style | Variable 'applet' can be declared as pointer to const |
277 | unreadVariable | 563 | style | Variable 'applet' is assigned a value that is never used. |
295 | variableScope | 398 | style | The scope of the variable 'menuitem' can be reduced. |
530 | constParameterCallback | 398 | style | Parameter 'allocation' can be declared as pointer to const. However it seems that 'applet_size_allocate' is a callback function, if 'allocation' is declared with const you might also need to cast function pointer(s). |
649 | constVariablePointer | 398 | style | Variable 'applet' can be declared as pointer to const |
649 | unreadVariable | 563 | style | Variable 'applet' is assigned a value that is never used. |
charpick/properties.c |
263 | variableScope | 398 | style | The scope of the variable 'selection' can be reduced. |
command/command.c |
287 | duplicateConditionalAssign | 398 | style | The statement 'if (command_applet->width!=width) command_applet->width=width' is logically equivalent to 'command_applet->width=width'. |
command/ma-command.c |
56 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_CODE is a macro then please configure it. |
cpufreq/src/cpufreq-applet.c |
127 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it. |
cpufreq/src/cpufreq-monitor-cpuinfo.c |
37 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it. |
cpufreq/src/cpufreq-monitor-libcpufreq.c |
38 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it. |
cpufreq/src/cpufreq-monitor-procfs.c |
35 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it. |
cpufreq/src/cpufreq-monitor-sysfs.c |
67 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it. |
cpufreq/src/cpufreq-monitor.c |
68 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE is a macro then please configure it. |
cpufreq/src/cpufreq-popup.c |
53 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it. |
cpufreq/src/cpufreq-prefs.c |
71 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it. |
cpufreq/src/cpufreq-selector.c |
41 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it. |
cpufreq/src/cpufreq-selector/cpufreq-selector-libcpufreq.c |
41 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it. |
cpufreq/src/cpufreq-selector/cpufreq-selector-procfs.c |
37 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it. |
cpufreq/src/cpufreq-selector/cpufreq-selector-service.c |
47 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it. |
cpufreq/src/cpufreq-selector/cpufreq-selector-sysfs.c |
45 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it. |
cpufreq/src/cpufreq-selector/cpufreq-selector.c |
43 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE is a macro then please configure it. |
drivemount/drive-button.c |
44 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it. |
drivemount/drivemount.c |
59 | constParameterCallback | 398 | style | Parameter 'allocation' can be declared as pointer to const. However it seems that 'size_allocate' is a callback function, if 'allocation' is declared with const you might also need to cast function pointer(s). |
182 | variableScope | 398 | style | The scope of the variable 'drive_list' can be reduced. |
183 | variableScope | 398 | style | The scope of the variable 'ao' can be reduced. |
184 | variableScope | 398 | style | The scope of the variable 'action_group' can be reduced. |
185 | variableScope | 398 | style | The scope of the variable 'ui_path' can be reduced. |
geyes/geyes.c |
47 | constParameterPointer | 398 | style | Parameter 'eyes_applet' can be declared as pointer to const |
geyes/themes.c |
58 | variableScope | 398 | style | The scope of the variable 'token' can be reduced. |
82 | redundantAssignment | 563 | style | Variable 'token' is reassigned a value before the old one has been used. |
90 | redundantAssignment | 563 | style | Variable 'token' is reassigned a value before the old one has been used. |
106 | variableScope | 398 | style | The scope of the variable 'dialog' can be reduced. |
265 | constVariablePointer | 398 | style | Variable 'dp' can be declared as pointer to const |
multiload/linux-proc.c |
299 | unusedVariable | 563 | style | Unused variable: used |
319 | constParameterPointer | 398 | style | Parameter 'device' can be declared as pointer to const |
383 | unusedVariable | 563 | style | Unused variable: index |
422 | unusedVariable | 563 | style | Unused variable: max |
423 | unreadVariable | 563 | style | Variable 'total' is assigned a value that is never used. |
432 | unreadVariable | 563 | style | Variable 'total' is assigned a value that is never used. |
multiload/load-graph.c |
96 | unreadVariable | 563 | style | Variable 'combined' is assigned a value that is never used. |
109 | unusedVariable | 563 | style | Unused variable: grid_color |
158 | variableScope | 398 | style | The scope of the variable 'spacing' can be reduced. |
158 | unreadVariable | 563 | style | Variable 'spacing' is assigned a value that is never used. |
213 | variableScope | 398 | style | The scope of the variable 'spacing' can be reduced. |
213 | unreadVariable | 563 | style | Variable 'spacing' is assigned a value that is never used. |
382 | variableScope | 398 | style | The scope of the variable 'name' can be reduced. |
382 | variableScope | 398 | style | The scope of the variable 'temp' can be reduced. |
multiload/main.c |
106 | variableScope | 398 | style | The scope of the variable 'launch_context' can be reduced. |
108 | variableScope | 398 | style | The scope of the variable 'app_info' can be reduced. |
120 | shadowVariable | 398 | style | Local variable 'screen' shadows outer variable |
233 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'multiload_button_press_event_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). |
246 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'multiload_key_press_event_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). |
netspeed/src/backend.c |
100 | constVariablePointer | 398 | style | Variable 'rv' can be declared as pointer to const |
210 | clarifyCalculation | 783 | style | Clarify calculation precedence for '&' and '?'. |
211 | clarifyCalculation | 783 | style | Clarify calculation precedence for '&' and '?'. |
317 | duplicateConditionalAssign | 398 | style | The statement 'if (devinfo->qual!=newqual) devinfo->qual=newqual' is logically equivalent to 'devinfo->qual=newqual'. |
netspeed/src/netspeed.c |
147 | variableScope | 398 | style | The scope of the variable 'down' can be reduced. |
361 | variableScope | 398 | style | The scope of the variable 'surface' can be reduced. |
396 | constVariablePointer | 398 | style | Variable 'applet' can be declared as pointer to const |
583 | unusedVariable | 563 | style | Unused variable: info |
607 | variableScope | 398 | style | The scope of the variable 'inrate' can be reduced. |
607 | variableScope | 398 | style | The scope of the variable 'outrate' can be reduced. |
608 | variableScope | 398 | style | The scope of the variable 'inbytes' can be reduced. |
608 | variableScope | 398 | style | The scope of the variable 'outbytes' can be reduced. |
845 | variableScope | 398 | style | The scope of the variable 'i' can be reduced. |
1439 | variableScope | 398 | style | The scope of the variable 'dialog' can be reduced. |
1574 | unusedVariable | 563 | style | Unused variable: menu_string |
stickynotes/stickynotes.c |
695 | variableScope | 398 | style | The scope of the variable 'title' can be reduced. |
696 | variableScope | 398 | style | The scope of the variable 'buffer' can be reduced. |
698 | variableScope | 398 | style | The scope of the variable 'body' can be reduced. |
stickynotes/stickynotes_applet.c |
83 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If CAFE_PANEL_APPLET_OUT_PROCESS_FACTORY is a macro then please configure it. |
stickynotes/stickynotes_applet_callbacks.c |
66 | variableScope | 398 | style | The scope of the variable 'note' can be reduced. |
88 | constParameterPointer | 398 | style | Parameter 'event' can be declared as pointer to const |
108 | constParameterPointer | 398 | style | Parameter 'event' can be declared as pointer to const |
124 | constParameterPointer | 398 | style | Parameter 'event' can be declared as pointer to const |
213 | constParameterPointer | 398 | style | Parameter 'allocation' can be declared as pointer to const |
stickynotes/stickynotes_callbacks.c |
42 | constParameterPointer | 398 | style | Parameter 'widget' can be declared as pointer to const |
72 | constParameterPointer | 398 | style | Parameter 'event' can be declared as pointer to const |
stickynotes/util.c |
36 | constVariablePointer | 398 | style | Variable 'current' can be declared as pointer to const |
103 | uninitvar | 457 | error | Uninitialized variable: num |
trashapplet/src/trash-empty.c |
163 | variableScope | 398 | style | The scope of the variable 'info' can be reduced. |
164 | variableScope | 398 | style | The scope of the variable 'child' can be reduced. |
trashapplet/src/xstuff.c |
106 | negativeIndex | 786 | warning | Either the condition 'j<1-1' is redundant or the array 'cx[1]' is accessed at index -1, which is out of bounds. |
107 | negativeIndex | 786 | warning | Either the condition 'j<1-1' is redundant or the array 'cy[1]' is accessed at index -1, which is out of bounds. |
108 | negativeIndex | 786 | warning | Either the condition 'j<1-1' is redundant or the array 'cw[1]' is accessed at index -1, which is out of bounds. |
109 | negativeIndex | 786 | warning | Either the condition 'j<1-1' is redundant or the array 'ch[1]' is accessed at index -1, which is out of bounds. |
111 | negativeIndex | 786 | warning | Either the condition 'j<1-1' is redundant or the array 'cxi[1]' is accessed at index -1, which is out of bounds. |
112 | negativeIndex | 786 | warning | Either the condition 'j<1-1' is redundant or the array 'cyi[1]' is accessed at index -1, which is out of bounds. |
113 | negativeIndex | 786 | warning | Either the condition 'j<1-1' is redundant or the array 'cwi[1]' is accessed at index -1, which is out of bounds. |
114 | negativeIndex | 786 | warning | Either the condition 'j<1-1' is redundant or the array 'chi[1]' is accessed at index -1, which is out of bounds. |
151 | constParameterPointer | 398 | style | Parameter 'opt_rect' can be declared as pointer to const |