|
| checkersReport | | information | Active checkers: There was critical errors (use --checkers-report=<filename> to see details) |
applets/clock/clock-face.c |
64 | 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. |
applets/clock/clock-location-tile.c |
52 | 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. |
applets/clock/clock-location.c |
79 | variableScope | 398 | style | The scope of the variable 'priv' can be reduced. |
103 | constParameterPointer | 398 | style | Parameter 'prefs' can be declared as pointer to const |
269 | constVariablePointer | 398 | style | Variable 'priv' can be declared as pointer to const |
290 | constVariablePointer | 398 | style | Variable 'priv' can be declared as pointer to const |
311 | constVariablePointer | 398 | style | Variable 'priv' can be declared as pointer to const |
332 | constVariablePointer | 398 | style | Variable 'priv' can be declared as pointer to const |
341 | constVariablePointer | 398 | style | Variable 'priv' can be declared as pointer to const |
482 | constVariablePointer | 398 | style | Variable 'tm' can be declared as pointer to const |
607 | constVariablePointer | 398 | style | Variable 'priv' can be declared as pointer to const |
626 | constVariablePointer | 398 | style | Variable 'priv' can be declared as pointer to const |
768 | constParameterPointer | 398 | style | Parameter 'prefs' can be declared as pointer to const |
applets/clock/clock-map.c |
55 | 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. |
applets/clock/clock.c |
230 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it. |
applets/clock/system-timezone.c |
90 | 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. |
applets/fish/fish.c |
264 | variableScope | 398 | style | The scope of the variable 'message' can be reduced. |
733 | variableScope | 398 | style | The scope of the variable 'utf8_output' can be reduced. |
1176 | constVariablePointer | 398 | style | Variable 'tm' can be declared as pointer to const |
1507 | constParameterCallback | 398 | style | Parameter 'allocation' can be declared as pointer to const. However it seems that 'fish_applet_size_allocate' is a callback function, if 'allocation' is declared with const you might also need to cast function pointer(s). |
1565 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'handle_keypress' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). |
1592 | constVariablePointer | 398 | style | Variable 'event_widget' can be declared as pointer to const |
1607 | constVariablePointer | 398 | style | Variable 'event_widget' can be declared as pointer to const |
1619 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'handle_button_release' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). |
applets/notification_area/libstatus-notifier-watcher/gf-sn-watcher-v0.c |
51 | 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. |
applets/notification_area/libstatus-notifier-watcher/gf-status-notifier-watcher.c |
30 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it. |
applets/notification_area/main.c |
69 | 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. |
applets/notification_area/na-grid.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. |
applets/notification_area/na-host.c |
34 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_INTERFACE is a macro then please configure it. |
applets/notification_area/na-item.c |
23 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_INTERFACE_WITH_CODE is a macro then please configure it. |
applets/notification_area/status-notifier/sn-dbus-menu.c |
68 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it. |
applets/notification_area/status-notifier/sn-host-v0.c |
62 | 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. |
applets/notification_area/status-notifier/sn-item-v0.c |
88 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it. |
applets/notification_area/status-notifier/sn-item.c |
58 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_ABSTRACT_TYPE_WITH_CODE is a macro then please configure it. |
applets/notification_area/system-tray/fixedtip.c |
48 | 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. |
applets/notification_area/system-tray/na-tray-child.c |
48 | 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. |
applets/notification_area/system-tray/na-tray-manager.c |
94 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it. |
applets/notification_area/system-tray/na-tray.c |
95 | 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. |
applets/vncklet/showdesktop.c |
106 | constParameterCallback | 398 | style | Parameter 'allocation' can be declared as pointer to const. However it seems that 'button_size_allocated' is a callback function, if 'allocation' is declared with const you might also need to cast function pointer(s). |
317 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'do_not_eat_button_press' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). |
applets/vncklet/window-list.c |
785 | variableScope | 398 | style | The scope of the variable 'programpath' can be reduced. |
applets/vncklet/window-menu.c |
147 | constParameterCallback | 398 | style | Parameter 'allocation' can be declared as pointer to const. However it seems that 'window_menu_size_allocate' is a callback function, if 'allocation' is declared with const you might also need to cast function pointer(s). |
179 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'window_menu_key_press_event' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). |
211 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'filter_button_press' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). |
applets/vncklet/workspace-switcher.c |
677 | variableScope | 398 | style | The scope of the variable 'i' can be reduced. |
678 | variableScope | 398 | style | The scope of the variable 'workspace' can be reduced. |
cafe-panel/applet.c |
808 | constVariablePointer | 398 | style | Variable 'li' can be declared as pointer to const |
810 | constVariablePointer | 398 | style | Variable 'applet' can be declared as pointer to const |
815 | constVariablePointer | 398 | style | Variable 'applet' can be declared as pointer to const |
1166 | constParameterPointer | 398 | style | Parameter 'info' can be declared as pointer to const |
1175 | constParameterPointer | 398 | style | Parameter 'applet_widget' can be declared as pointer to const |
1214 | constParameterPointer | 398 | style | Parameter 'screen' can be declared as pointer to const |
1353 | constVariablePointer | 398 | style | Variable 'applet_data' can be declared as pointer to const |
cafe-panel/button-widget.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. |
cafe-panel/cafe-desktop-item-edit.c |
64 | constVariablePointer | 398 | style | Variable 'dir' can be declared as pointer to const |
cafe-panel/drawer.c |
67 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'key_press_drawer' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). |
137 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'key_press_drawer_widget' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). |
491 | constParameterPointer | 398 | style | Parameter 'toplevel_id' can be declared as pointer to const |
730 | variableScope | 398 | style | The scope of the variable 'dialog' can be reduced. |
cafe-panel/launcher.c |
263 | constParameterPointer | 398 | style | Parameter 'launcher' can be declared as pointer to const |
291 | constParameterPointer | 398 | style | Parameter 'widget' can be declared as pointer to const |
296 | constVariablePointer | 398 | style | Variable 'source' can be declared as pointer to const |
666 | variableScope | 398 | style | The scope of the variable 'path' can be reduced. |
667 | variableScope | 398 | style | The scope of the variable 'uri' can be reduced. |
707 | variableScope | 398 | style | The scope of the variable 'exec' can be reduced. |
708 | variableScope | 398 | style | The scope of the variable 'old_exec' can be reduced. |
733 | constVariablePointer | 398 | style | Variable 'launcher' can be declared as pointer to const |
1147 | constVariablePointer | 398 | style | Variable 'info' can be declared as pointer to const |
1170 | variableScope | 398 | style | The scope of the variable 'surface' can be reduced. |
cafe-panel/libcafe-panel-applet-private/panel-applet-container.c |
46 | unusedStructMember | 563 | style | struct member '_CafePanelAppletContainerPrivate::socket' is never used. |
cafe-panel/libcafe-panel-applet-private/panel-applet-frame-dbus.c |
52 | 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. |
cafe-panel/libcafe-panel-applet-private/panel-applets-manager-dbus.c |
47 | 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. |
cafe-panel/libegg/eggdesktopfile.c |
332 | constParameterPointer | 398 | style | Parameter 'desktop_file' can be declared as pointer to const |
346 | constParameterPointer | 398 | style | Parameter 'desktop_file' can be declared as pointer to const |
360 | constParameterPointer | 398 | style | Parameter 'desktop_file' can be declared as pointer to const |
381 | constParameterPointer | 398 | style | Parameter 'desktop_file' can be declared as pointer to const |
485 | variableScope | 398 | style | The scope of the variable 'try_exec' can be reduced. |
485 | variableScope | 398 | style | The scope of the variable 'found_program' can be reduced. |
486 | variableScope | 398 | style | The scope of the variable 'only_show_in' can be reduced. |
486 | variableScope | 398 | style | The scope of the variable 'not_show_in' can be reduced. |
488 | variableScope | 398 | style | The scope of the variable 'i' can be reduced. |
563 | constParameterPointer | 398 | style | Parameter 'desktop_file' can be declared as pointer to const |
582 | constParameterPointer | 398 | style | Parameter 'desktop_file' can be declared as pointer to const |
598 | constParameterPointer | 398 | style | Parameter 'desktop_file' can be declared as pointer to const |
610 | variableScope | 398 | style | The scope of the variable 'p' can be reduced. |
637 | constParameterPointer | 398 | style | Parameter 'desktop_file' can be declared as pointer to const |
645 | constVariablePointer | 398 | style | Variable 'doc' can be declared as pointer to const |
cafe-panel/libegg/eggsmclient-xsmp.c |
176 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it. |
cafe-panel/libegg/eggsmclient.c |
47 | 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. |
cafe-panel/libpanel-util/panel-cleanup.c |
77 | variableScope | 398 | style | The scope of the variable 'clean' can be reduced. |
cafe-panel/libpanel-util/panel-color.c |
169 | constParameterPointer | 398 | style | Parameter 'a' can be declared as pointer to const |
cafe-panel/libpanel-util/panel-icon-chooser.c |
60 | 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. |
cafe-panel/libpanel-util/panel-keyfile.c |
347 | variableScope | 398 | style | The scope of the variable 'buffer' can be reduced. |
cafe-panel/libpanel-util/panel-session-manager.c |
34 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it. |
cafe-panel/libpanel-util/panel-xdg.c |
124 | redundantAssignment | 563 | style | Variable 'current' is reassigned a value before the old one has been used. |
cafe-panel/menu.c |
64 | variableScope | 398 | style | The scope of the variable 'settings' can be reduced. |
583 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'menu_dummy_button_press_event' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). |
858 | variableScope | 398 | style | The scope of the variable 'tree' can be reduced. |
860 | variableScope | 398 | style | The scope of the variable 'menu_path' can be reduced. |
cafe-panel/panel-action-button.c |
77 | 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. |
cafe-panel/panel-action-protocol.c |
124 | constVariablePointer | 398 | style | Variable 'window' can be declared as pointer to const |
cafe-panel/panel-addto.c |
355 | constVariable | 398 | style | Variable 'target' can be declared as const array |
372 | constVariable | 398 | style | Variable 'target' can be declared as const array |
383 | constVariable | 398 | style | Variable 'target' can be declared as const array |
452 | variableScope | 398 | style | The scope of the variable 'text' can be reduced. |
681 | variableScope | 398 | style | The scope of the variable 'text' can be reduced. |
834 | variableScope | 398 | style | The scope of the variable 'child_model' can be reduced. |
1188 | variableScope | 398 | style | The scope of the variable 'iid' can be reduced. |
cafe-panel/panel-applet-frame.c |
96 | 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. |
cafe-panel/panel-applet-info.c |
59 | variableScope | 398 | style | The scope of the variable 'i' can be reduced. |
94 | constParameterPointer | 398 | style | Parameter 'info' can be declared as pointer to const |
100 | constParameterPointer | 398 | style | Parameter 'info' can be declared as pointer to const |
106 | constParameterPointer | 398 | style | Parameter 'info' can be declared as pointer to const |
112 | constParameterPointer | 398 | style | Parameter 'info' can be declared as pointer to const |
124 | constParameterPointer | 398 | style | Parameter 'info' can be declared as pointer to const |
130 | constParameterPointer | 398 | style | Parameter 'info' can be declared as pointer to const |
cafe-panel/panel-applets-manager.c |
33 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_ABSTRACT_TYPE is a macro then please configure it. |
cafe-panel/panel-background-monitor.c |
83 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it. |
cafe-panel/panel-background.c |
118 | unreadVariable | 563 | style | Variable 'width' is assigned a value that is never used. |
119 | unreadVariable | 563 | style | Variable 'height' is assigned a value that is never used. |
519 | constVariablePointer | 398 | style | Variable 'srcptr' can be declared as pointer to const |
528 | constVariablePointer | 398 | style | Variable 'src' can be declared as pointer to const |
814 | constParameterPointer | 398 | style | Parameter 'color' can be declared as pointer to const |
1057 | constParameterPointer | 398 | style | Parameter 'background' can be declared as pointer to const |
1073 | constParameterPointer | 398 | style | Parameter 'background' can be declared as pointer to const |
cafe-panel/panel-ditem-editor.c |
171 | 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. |
cafe-panel/panel-force-quit.c |
145 | uninitvar | 457 | error | Uninitialized variable: prop |
cafe-panel/panel-layout.c |
142 | variableScope | 398 | style | The scope of the variable 'value_str' can be reduced. |
143 | variableScope | 398 | style | The scope of the variable 'value_int' can be reduced. |
145 | variableScope | 398 | style | The scope of the variable 'j' can be reduced. |
cafe-panel/panel-lockdown.c |
292 | constVariablePointer | 398 | style | Variable 'cclosure' can be declared as pointer to const |
cafe-panel/panel-menu-bar.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. |
cafe-panel/panel-menu-button.c |
98 | 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. |
cafe-panel/panel-menu-items.c |
96 | 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. |
cafe-panel/panel-modules.c |
37 | variableScope | 398 | style | The scope of the variable 'ep' can be reduced. |
51 | variableScope | 398 | style | The scope of the variable 'module_path' can be reduced. |
cafe-panel/panel-multimonitor.c |
69 | variableScope | 398 | style | The scope of the variable 'connector_type' can be reduced. |
104 | shadowVariable | 398 | style | Local variable 'geometries' shadows outer variable |
221 | shadowVariable | 398 | style | Local variable 'geometries' shadows outer variable |
251 | knownConditionTrueFalse | 570 | style | Condition '*monitors_ret>0' is always false |
265 | constParameterPointer | 398 | style | Parameter 'r' can be declared as pointer to const |
275 | shadowVariable | 398 | style | Local variable 'geometries' shadows outer variable |
cafe-panel/panel-profile.c |
907 | constParameterPointer | 398 | style | Parameter 'screen' can be declared as pointer to const |
923 | constVariablePointer | 398 | style | Variable 'toplevel_screen' can be declared as pointer to const |
1164 | constParameterCallback | 398 | style | Parameter 'toplevel_id' can be declared as pointer to const. However it seems that 'panel_profile_load_and_show_toplevel' is a callback function, if 'toplevel_id' is declared with const you might also need to cast function pointer(s). |
1584 | nullPointerRedundantCheck | 476 | warning | Either the condition 'list' is redundant or there is possible null pointer dereference: list. |
cafe-panel/panel-properties-dialog.c |
933 | unreadVariable | 563 | style | Variable 'dialog' is assigned a value that is never used. |
cafe-panel/panel-run-dialog.c |
140 | arrayIndexThenCheck | 398 | style | Array index 'i' is used before limits check. |
161 | variableScope | 398 | style | The scope of the variable 'model' can be reduced. |
574 | variableScope | 398 | style | The scope of the variable 'temp' can be reduced. |
976 | constVariablePointer | 398 | style | Variable 'p' can be declared as pointer to const |
1020 | variableScope | 398 | style | The scope of the variable 'stripped' can be reduced. |
1118 | variableScope | 398 | style | The scope of the variable 'selection' can be reduced. |
1250 | variableScope | 398 | style | The scope of the variable 'file' can be reduced. |
1369 | variableScope | 398 | style | The scope of the variable 'filename' can be reduced. |
1505 | variableScope | 398 | style | The scope of the variable 'selection' can be reduced. |
1622 | variableScope | 398 | style | The scope of the variable 'msg' can be reduced. |
1627 | nullPointerRedundantCheck | 476 | warning | Either the condition '!start' is redundant or there is possible null pointer dereference: start. |
1944 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'key_press_event' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). |
cafe-panel/panel-separator.c |
40 | 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. |
cafe-panel/panel-struts.c |
61 | constParameterPointer | 398 | style | Parameter 'toplevel' can be declared as pointer to const |
66 | constVariablePointer | 398 | style | Variable 'strut' can be declared as pointer to const |
188 | constParameterPointer | 398 | style | Parameter 'toplevel' can be declared as pointer to const |
189 | constParameterPointer | 398 | style | Parameter 'screen' can be declared as pointer to const |
cafe-panel/panel-test-applets.c |
271 | variableScope | 398 | style | The scope of the variable 'dconf_paths' can be reduced. |
338 | variableScope | 398 | style | The scope of the variable 'applets_dir' can be reduced. |
cafe-panel/panel-toplevel.c |
248 | 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. |
cafe-panel/panel-util.c |
82 | constParameterPointer | 398 | style | Parameter 'widget' can be declared as pointer to const |
90 | constVariablePointer | 398 | style | Variable 'info' can be declared as pointer to const |
831 | variableScope | 398 | style | The scope of the variable 'compare' can be reduced. |
863 | variableScope | 398 | style | The scope of the variable 'baul_desktop_settings' can be reduced. |
949 | variableScope | 398 | style | The scope of the variable 'compare' can be reduced. |
cafe-panel/panel-widget.c |
107 | constParameterCallback | 398 | style | Parameter 'ad1' can be declared as pointer to const. However it seems that 'applet_data_compare' is a callback function, if 'ad1' is declared with const you might also need to cast function pointer(s). |
107 | constParameterCallback | 398 | style | Parameter 'ad2' can be declared as pointer to const. However it seems that 'applet_data_compare' is a callback function, if 'ad2' is declared with const you might also need to cast function pointer(s). |
504 | constParameterPointer | 398 | style | Parameter 'widget' can be declared as pointer to const |
519 | constVariablePointer | 398 | style | Variable 'child_widget' can be declared as pointer to const |
614 | constVariablePointer | 398 | style | Variable 'ad' can be declared as pointer to const |
686 | constVariablePointer | 398 | style | Variable 'nad' can be declared as pointer to const |
762 | constVariablePointer | 398 | style | Variable 'pad' can be declared as pointer to const |
834 | constVariablePointer | 398 | style | Variable 'ad' can be declared as pointer to const |
835 | constVariablePointer | 398 | style | Variable 'nad' can be declared as pointer to const |
861 | constVariablePointer | 398 | style | Variable 'nad' can be declared as pointer to const |
883 | constVariablePointer | 398 | style | Variable 'nad' can be declared as pointer to const |
908 | constVariablePointer | 398 | style | Variable 'ad' can be declared as pointer to const |
909 | constVariablePointer | 398 | style | Variable 'pad' can be declared as pointer to const |
935 | constVariablePointer | 398 | style | Variable 'pad' can be declared as pointer to const |
957 | constVariablePointer | 398 | style | Variable 'pad' can be declared as pointer to const |
998 | constVariablePointer | 398 | style | Variable 'pad' can be declared as pointer to const |
1006 | knownConditionTrueFalse | 571 | style | Condition 'ad->constrained<finalpos' is always true |
1022 | variableScope | 398 | style | The scope of the variable 'nad' can be reduced. |
1022 | constVariablePointer | 398 | style | Variable 'nad' can be declared as pointer to const |
1048 | constVariablePointer | 398 | style | Variable 'nad' can be declared as pointer to const |
1087 | constVariablePointer | 398 | style | Variable 'pad' can be declared as pointer to const |
1125 | variableScope | 398 | style | The scope of the variable 'pad' can be reduced. |
1125 | constVariablePointer | 398 | style | Variable 'pad' can be declared as pointer to const |
1141 | knownConditionTrueFalse | 571 | style | Condition 'ad->constrained<finalpos' is always true |
1488 | variableScope | 398 | style | The scope of the variable 'cells' can be reduced. |
1892 | constVariablePointer | 398 | style | Variable 'ad' can be declared as pointer to const |
1927 | constParameterPointer | 398 | style | Parameter 'ad' can be declared as pointer to const |
1954 | constVariablePointer | 398 | style | Variable 'applet' can be declared as pointer to const |
1973 | constVariablePointer | 398 | style | Variable 'applet' can be declared as pointer to const |
2129 | variableScope | 398 | style | The scope of the variable 'device' can be reduced. |
2185 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'panel_widget_applet_button_press_event' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). |
2301 | constVariablePointer | 398 | style | Variable 'bevent' can be declared as pointer to const |
2556 | constVariablePointer | 398 | style | Variable 'info' can be declared as pointer to const |
2912 | constVariablePointer | 398 | style | Variable 'ad' can be declared as pointer to const |
cafe-panel/panel-xutils.c |
172 | constVariablePointer | 398 | style | Variable 'keysyms_for_keycode' can be declared as pointer to const |
cafe-panel/panel.c |
158 | constParameterPointer | 398 | style | Parameter 'panel' can be declared as pointer to const |
216 | constVariablePointer | 398 | style | Variable 'info' can be declared as pointer to const |
222 | constVariablePointer | 398 | style | Variable 'drawer' can be declared as pointer to const |
439 | constParameterPointer | 398 | style | Parameter 'dropped' can be declared as pointer to const |
471 | constVariablePointer | 398 | style | Variable 'name' can be declared as pointer to const |
753 | nullPointerRedundantCheck | 476 | warning | Either the condition 'info!=NULL' is redundant or there is possible null pointer dereference: info. |
cafe-panel/xstuff.c |
296 | 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. |
297 | 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. |
298 | 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. |
299 | 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. |
301 | 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. |
302 | 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. |
303 | 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. |
304 | 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. |
344 | constParameterPointer | 398 | style | Parameter 'opt_rect' can be declared as pointer to const |
349 | variableScope | 398 | style | The scope of the variable 'monitor' can be reduced. |
350 | variableScope | 398 | style | The scope of the variable 'display' can be reduced. |
libcafe-panel-applet/cafe-panel-applet-factory.c |
57 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it. |
libcafe-panel-applet/cafe-panel-applet.c |
153 | 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. |
libcafe-panel-applet/panel-plug.c |
33 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it. |