|
| checkersReport | | information | Active checkers: There was critical errors (use --checkers-report=<filename> to see details) |
capplets/about-me/cafe-about-me-fingerprint.c |
143 | shadowVariable | 398 | style | Local variable 'fingers' shadows outer variable |
307 | constVariablePointer | 398 | style | Variable 'dialog' can be declared as pointer to const |
307 | unreadVariable | 563 | style | Variable 'dialog' is assigned a value that is never used. |
320 | constVariablePointer | 398 | style | Variable 'dialog' can be declared as pointer to const |
320 | unreadVariable | 563 | style | Variable 'dialog' is assigned a value that is never used. |
345 | constVariablePointer | 398 | style | Variable 'dialog' can be declared as pointer to const |
345 | unreadVariable | 563 | style | Variable 'dialog' is assigned a value that is never used. |
393 | constVariablePointer | 398 | style | Variable 'dialog' can be declared as pointer to const |
393 | unreadVariable | 563 | style | Variable 'dialog' is assigned a value that is never used. |
444 | shadowVariable | 398 | style | Local variable 'name' shadows outer variable |
459 | shadowVariable | 398 | style | Local variable 'name' shadows outer variable |
capplets/about-me/cafe-about-me-password.c |
454 | varFuncNullUB | 475 | portability | Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. |
488 | varFuncNullUB | 475 | portability | Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. |
516 | varFuncNullUB | 475 | portability | Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. |
584 | varFuncNullUB | 475 | portability | Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. |
589 | varFuncNullUB | 475 | portability | Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. |
671 | constVariablePointer | 398 | style | Variable 'dialog' can be declared as pointer to const |
676 | unreadVariable | 563 | style | Variable 'dialog' is assigned a value that is never used. |
748 | constVariablePointer | 398 | style | Variable 'dialog' can be declared as pointer to const |
750 | unreadVariable | 563 | style | Variable 'dialog' is assigned a value that is never used. |
909 | constVariablePointer | 398 | style | Variable 'dialog' can be declared as pointer to const |
913 | unreadVariable | 563 | style | Variable 'dialog' is assigned a value that is never used. |
capplets/about-me/cafe-about-me.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
97 | variableScope | 398 | style | The scope of the variable 'act_file' can be reduced. |
106 | knownConditionTrueFalse | 571 | style | Condition 'file==NULL' is always true |
139 | unreadVariable | 563 | style | Variable 'scalex' is assigned a value that is never used. |
139 | unreadVariable | 563 | style | Variable 'scaley' is assigned a value that is never used. |
285 | constVariablePointer | 398 | style | Variable 'dialog' can be declared as pointer to const |
291 | unreadVariable | 563 | style | Variable 'dialog' is assigned a value that is never used. |
399 | constVariablePointer | 398 | style | Variable 'dialog' can be declared as pointer to const |
401 | unreadVariable | 563 | style | Variable 'dialog' is assigned a value that is never used. |
capplets/about-me/e-image-chooser.c |
248 | variableScope | 398 | style | The scope of the variable 'scaled' can be reduced. |
346 | constVariablePointer | 398 | style | Variable 'target_type' can be declared as pointer to const |
356 | constVariablePointer | 398 | style | Variable 'nl' can be declared as pointer to const |
367 | shadowArgument | 398 | style | Local variable 'info' shadows outer argument |
468 | constParameterPointer | 398 | style | Parameter 'data' can be declared as pointer to const |
capplets/appearance/appearance-desktop.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
98 | constVariablePointer | 398 | style | Variable 'bg' can be declared as pointer to const |
99 | constVariablePointer | 398 | style | Variable 'item' can be declared as pointer to const |
262 | constVariablePointer | 398 | style | Variable 'filename' can be declared as pointer to const |
400 | variableScope | 398 | style | The scope of the variable 'path' can be reduced. |
423 | constVariablePointer | 398 | style | Variable 'selected' can be declared as pointer to const |
1160 | variableScope | 398 | style | The scope of the variable 'cr' can be reduced. |
1183 | variableScope | 398 | style | The scope of the variable 'item' can be reduced. |
capplets/appearance/appearance-font.c |
686 | varFuncNullUB | 475 | portability | Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. |
699 | varFuncNullUB | 475 | portability | Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. |
716 | varFuncNullUB | 475 | portability | Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. |
capplets/appearance/appearance-style.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
211 | constVariablePointer | 398 | style | Variable 'engine' can be declared as pointer to const |
261 | variableScope | 398 | style | The scope of the variable 'widget' can be reduced. |
340 | variableScope | 398 | style | The scope of the variable 'widget' can be reduced. |
343 | variableScope | 398 | style | The scope of the variable 'colstr' can be reduced. |
724 | constParameterCallback | 398 | style | Parameter 'theme_name' can be declared as pointer to const. However it seems that 'ctk_theme_thumbnail_cb' is a callback function, if 'theme_name' is declared with const you might also need to cast function pointer(s). |
732 | constParameterCallback | 398 | style | Parameter 'theme_name' can be declared as pointer to const. However it seems that 'croma_theme_thumbnail_cb' is a callback function, if 'theme_name' is declared with const you might also need to cast function pointer(s). |
740 | constParameterCallback | 398 | style | Parameter 'theme_name' can be declared as pointer to const. However it seems that 'icon_theme_thumbnail_cb' is a callback function, if 'theme_name' is declared with const you might also need to cast function pointer(s). |
747 | constParameterPointer | 398 | style | Parameter 'default_thumb' can be declared as pointer to const |
capplets/appearance/appearance-support.c |
132 | constParameterPointer | 398 | style | Parameter 'data' can be declared as pointer to const |
capplets/appearance/appearance-themes.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
868 | constVariablePointer | 398 | style | Variable 'info' can be declared as pointer to const |
903 | constParameterCallback | 398 | style | Parameter 'a' can be declared as pointer to const. However it seems that 'theme_list_sort_func' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). |
904 | constParameterCallback | 398 | style | Parameter 'b' can be declared as pointer to const. However it seems that 'theme_list_sort_func' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). |
capplets/appearance/appearance-ui.c |
74 | constParameterPointer | 398 | style | Parameter 'toolbar' can be declared as pointer to const |
75 | constParameterPointer | 398 | style | Parameter 'event' can be declared as pointer to const |
capplets/appearance/cafe-wp-info.c |
35 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_FILE_ATTRIBUTE_STANDARD_SIZE is a macro then please configure it. |
capplets/appearance/cafe-wp-xml.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
123 | constVariablePointer | 398 | style | Variable 'root' can be declared as pointer to const |
124 | constVariablePointer | 398 | style | Variable 'list' can be declared as pointer to const |
471 | variableScope | 398 | style | The scope of the variable 'wallpaper' can be reduced. |
capplets/appearance/theme-installer.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
554 | variableScope | 398 | style | The scope of the variable 'dialog' can be reduced. |
capplets/appearance/theme-save.c |
185 | variableScope | 398 | style | The scope of the variable 'current_background' can be reduced. |
187 | variableScope | 398 | style | The scope of the variable 'settings' can be reduced. |
capplets/common/cafe-theme-info.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
635 | constVariablePointer | 398 | style | Variable 'change_str' can be declared as pointer to const |
666 | unreadVariable | 563 | style | Variable 'change_str' is assigned a value that is never used. |
668 | unreadVariable | 563 | style | Variable 'change_str' is assigned a value that is never used. |
670 | unreadVariable | 563 | style | Variable 'change_str' is assigned a value that is never used. |
1327 | constParameterCallback | 398 | style | Parameter 'list' can be declared as pointer to const. However it seems that 'cafe_theme_info_find_by_type_helper' is a callback function, if 'list' is declared with const you might also need to cast function pointer(s). |
1468 | constParameterPointer | 398 | style | Parameter 'a' can be declared as pointer to const |
1469 | constParameterPointer | 398 | style | Parameter 'b' can be declared as pointer to const |
1525 | constParameterPointer | 398 | style | Parameter 'a' can be declared as pointer to const |
1526 | constParameterPointer | 398 | style | Parameter 'b' can be declared as pointer to const |
1571 | constVariablePointer | 398 | style | Variable 'theme' can be declared as pointer to const |
1623 | constParameterPointer | 398 | style | Parameter 'a' can be declared as pointer to const |
1624 | constParameterPointer | 398 | style | Parameter 'b' can be declared as pointer to const |
1697 | variableScope | 398 | style | The scope of the variable 'color_scheme_pair' can be reduced. |
capplets/common/ctkrc-utils.c |
44 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DIR_SEPARATOR_S is a macro then please configure it. |
capplets/common/file-transfer-dialog.c |
86 | 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. |
capplets/common/theme-thumbnail.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
934 | unreachableCode | 561 | style | Statements following 'return' will never be executed. |
capplets/common/wm-common.c |
150 | constVariablePointer | 398 | style | Variable 'xevent' can be declared as pointer to const |
capplets/default-applications/cafe-da-capplet.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
70 | variableScope | 398 | style | The scope of the variable 'item' can be reduced. |
306 | variableScope | 398 | style | The scope of the variable 'surface' can be reduced. |
368 | variableScope | 398 | style | The scope of the variable 'icon' can be reduced. |
371 | variableScope | 398 | style | The scope of the variable 'surface' can be reduced. |
433 | variableScope | 398 | style | The scope of the variable 'surface' can be reduced. |
capplets/display/cafe-display-properties-install-systemwide.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
76 | variableScope | 398 | style | The scope of the variable 'num_read' can be reduced. |
capplets/display/scrollarea.c |
60 | unusedStructMember | 563 | style | struct member 'AutoScrollInfo::begin_x' is never used. |
61 | unusedStructMember | 563 | style | struct member 'AutoScrollInfo::begin_y' is never used. |
355 | unusedStructMember | 563 | style | struct member 'Box::x1' is never used. |
355 | unusedStructMember | 563 | style | struct member 'Box::y1' is never used. |
355 | unusedStructMember | 563 | style | struct member 'Box::x2' is never used. |
355 | unusedStructMember | 563 | style | struct member 'Box::y2' is never used. |
855 | constParameterPointer | 398 | style | Parameter 'event' can be declared as pointer to const |
1420 | constParameterPointer | 398 | style | Parameter 'event' can be declared as pointer to const |
1463 | constParameterPointer | 398 | style | Parameter 'scroll_area' can be declared as pointer to const |
capplets/display/xrandr-capplet.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
159 | constParameterCallback | 398 | style | Parameter 'new_viewport' can be declared as pointer to const. However it seems that 'on_viewport_changed' is a callback function, if 'new_viewport' is declared with const you might also need to cast function pointer(s). |
476 | variableScope | 398 | style | The scope of the variable 'tmp' can be reduced. |
1183 | constParameterPointer | 398 | style | Parameter 'snapper' can be declared as pointer to const |
1183 | constParameterPointer | 398 | style | Parameter 'snappee' can be declared as pointer to const |
1192 | constParameterPointer | 398 | style | Parameter 'snapper' can be declared as pointer to const |
1192 | constParameterPointer | 398 | style | Parameter 'snappee' can be declared as pointer to const |
1257 | constParameterPointer | 398 | style | Parameter 'output' can be declared as pointer to const |
1289 | constParameterPointer | 398 | style | Parameter 'e' can be declared as pointer to const |
1313 | constParameterPointer | 398 | style | Parameter 'output' can be declared as pointer to const |
1494 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'on_output_event' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). |
1509 | variableScope | 398 | style | The scope of the variable 'info' can be reduced. |
1565 | constVariablePointer | 398 | style | Variable 'snap' can be declared as pointer to const |
1566 | shadowVariable | 398 | style | Local variable 'new_edges' shadows outer variable |
2027 | constVariablePointer | 398 | style | Variable 'variant' can be declared as pointer to const |
capplets/keybindings/cafe-keybinding-properties.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
249 | constVariablePointer | 398 | style | Variable 'key_value' can be declared as pointer to const |
880 | constParameterPointer | 398 | style | Parameter 'str' can be declared as pointer to const |
883 | redundantInitialization | 563 | style | Redundant initialization for 'p'. The initialized value is overwritten before it is read. |
1106 | nullPointerRedundantCheck | 476 | warning | Either the condition 'new_key' is redundant or there is possible null pointer dereference: new_key. |
1595 | variableScope | 398 | style | The scope of the variable 'path' can be reduced. |
1671 | constParameterCallback | 398 | style | Parameter 'column' can be declared as pointer to const. However it seems that 'start_editing_kb_cb' is a callback function, if 'column' is declared with const you might also need to cast function pointer(s). |
1733 | variableScope | 398 | style | The scope of the variable 'idle_data' can be reduced. |
1795 | variableScope | 398 | style | The scope of the variable 'selection' can be reduced. |
capplets/keybindings/eggaccelerators.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
369 | duplicateExpression | 398 | style | Same expression on both sides of '-='. |
capplets/keybindings/eggcellrendererkeys.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
506 | constParameterCallback | 398 | style | Parameter 'cell_editable' can be declared as pointer to const. However it seems that 'pointless_eventbox_start_editing' is a callback function, if 'cell_editable' is declared with const you might also need to cast function pointer(s). |
506 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'pointless_eventbox_start_editing' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). |
682 | variableScope | 398 | style | The scope of the variable 'text' can be reduced. |
capplets/keyboard/cafe-keyboard-properties-xkblt.c |
71 | constVariablePointer | 398 | style | Variable 'indices' can be declared as pointer to const |
210 | constVariablePointer | 398 | style | Variable 'indices' can be declared as pointer to const |
capplets/keyboard/cafe-keyboard-properties-xkbltadd.c |
483 | constVariablePointer | 398 | style | Variable 'kbdraw' can be declared as pointer to const |
483 | unreadVariable | 563 | style | Variable 'kbdraw' is assigned a value that is never used. |
capplets/keyboard/cafe-keyboard-properties-xkbmc.c |
49 | variableScope | 398 | style | The scope of the variable 'path' can be reduced. |
185 | variableScope | 398 | style | The scope of the variable 'path' can be reduced. |
250 | variableScope | 398 | style | The scope of the variable 'path' can be reduced. |
capplets/keyboard/cafe-keyboard-properties-xkbot.c |
130 | constVariablePointer | 398 | style | Variable 'option' can be declared as pointer to const |
145 | constParameterPointer | 398 | style | Parameter 'optionname' can be declared as pointer to const |
169 | constParameterPointer | 398 | style | Parameter 'optionname' can be declared as pointer to const |
173 | constVariablePointer | 398 | style | Variable 'option' can be declared as pointer to const |
307 | variableScope | 398 | style | The scope of the variable 'option_check' can be reduced. |
390 | variableScope | 398 | style | The scope of the variable 'expander' can be reduced. |
capplets/keyboard/cafe-keyboard-properties-xkbpv.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
68 | constParameterPointer | 398 | style | Parameter 'chooser_dialog' can be declared as pointer to const |
81 | constParameterPointer | 398 | style | Parameter 'kbdraw' can be declared as pointer to const |
88 | variableScope | 398 | style | The scope of the variable 'p' can be reduced. |
96 | unreadVariable | 563 | style | Variable 'p' is assigned a value that is never used. |
109 | knownConditionTrueFalse | 570 | style | Condition 'variant==NULL' is always false |
capplets/mouse/cafe-mouse-properties.c |
99 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'event_box_button_press_event' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). |
433 | variableScope | 398 | style | The scope of the variable 'dialog_win' can be reduced. |
433 | variableScope | 398 | style | The scope of the variable 'w' can be reduced. |
capplets/mouse/csd_input-helper.c |
113 | constVariablePointer | 398 | style | Variable 'device' can be declared as pointer to const |
121 | knownConditionTrueFalse | 571 | style | Condition 'device_info!=NULL' is always true |
capplets/time-admin/src/time-tool.c |
186 | constVariablePointer | 398 | style | Variable 'ret' can be declared as pointer to const |
218 | constVariablePointer | 398 | style | Variable 'ret' can be declared as pointer to const |
248 | constVariablePointer | 398 | style | Variable 'st' can be declared as pointer to const |
265 | constVariablePointer | 398 | style | Variable 'ret' can be declared as pointer to const |
capplets/time-admin/src/time-zone.h |
83 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_AUTOPTR_CLEANUP_FUNC is a macro then please configure it. |
capplets/windows/cafe-window-properties.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
131 | constParameterCallback | 398 | style | Parameter 'settings' can be declared as pointer to const. However it seems that 'croma_settings_changed_callback' is a callback function, if 'settings' is declared with const you might also need to cast function pointer(s). |
207 | variableScope | 398 | style | The scope of the variable 'modifier' can be reduced. |
209 | variableScope | 398 | style | The scope of the variable 'value' can be reduced. |
225 | variableScope | 398 | style | The scope of the variable 'value' can be reduced. |
532 | constVariablePointer | 398 | style | Variable 'syms' can be declared as pointer to const |
font-viewer/font-model.c |
74 | unusedStructMember | 563 | style | struct member 'IterForFaceData::file' is never used. |
506 | variableScope | 398 | style | The scope of the variable 'self' can be reduced. |
520 | variableScope | 398 | style | The scope of the variable 'file' can be reduced. |
521 | variableScope | 398 | style | The scope of the variable 'monitor' can be reduced. |
font-viewer/font-thumbnailer.c |
139 | variableScope | 398 | style | The scope of the variable 'ptr' can be reduced. |
139 | variableScope | 398 | style | The scope of the variable 'end' can be reduced. |
139 | constVariablePointer | 398 | style | Variable 'end' can be declared as pointer to const |
187 | constVariablePointer | 398 | style | Variable 'fragment' can be declared as pointer to const |
font-viewer/font-view.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
110 | variableScope | 398 | style | The scope of the variable 'str' can be reduced. |
112 | variableScope | 398 | style | The scope of the variable 'len' can be reduced. |
198 | variableScope | 398 | style | The scope of the variable 's' can be reduced. |
284 | constParameterPointer | 398 | style | Parameter 'error' can be declared as pointer to const |
309 | variableScope | 398 | style | The scope of the variable 'self' can be reduced. |
626 | variableScope | 398 | style | The scope of the variable 'file' can be reduced. |
910 | constParameterPointer | 398 | style | Parameter 'self' can be declared as pointer to const |
font-viewer/gd-main-toolbar.c |
63 | 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. |
font-viewer/sushi-font-widget.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
182 | variableScope | 398 | style | The scope of the variable 'ptr' can be reduced. |
182 | variableScope | 398 | style | The scope of the variable 'end' can be reduced. |
182 | constVariablePointer | 398 | style | Variable 'end' can be declared as pointer to const |
331 | constVariablePointer | 398 | style | Variable 'priv' can be declared as pointer to const |
471 | constVariablePointer | 398 | style | Variable 'priv' can be declared as pointer to const |
libslab/app-resizer.c |
72 | constParameterPointer | 398 | style | Parameter 'widget' can be declared as pointer to const |
99 | variableScope | 398 | style | The scope of the variable 'table' can be reduced. |
100 | variableScope | 398 | style | The scope of the variable 'launcher_list' can be reduced. |
libslab/app-shell.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
194 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'main_keypress_callback' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). |
196 | variableScope | 398 | style | The scope of the variable 'app' can be reduced. |
234 | variableScope | 398 | style | The scope of the variable 'app' can be reduced. |
319 | variableScope | 398 | style | The scope of the variable 'data' can be reduced. |
395 | variableScope | 398 | style | The scope of the variable 'launcher' can be reduced. |
398 | variableScope | 398 | style | The scope of the variable 'action' can be reduced. |
399 | variableScope | 398 | style | The scope of the variable 'a11y_cat' can be reduced. |
436 | constParameterPointer | 398 | style | Parameter 'app_data' can be declared as pointer to const |
611 | variableScope | 398 | style | The scope of the variable 'temp1' can be reduced. |
611 | variableScope | 398 | style | The scope of the variable 'temp2' can be reduced. |
690 | variableScope | 398 | style | The scope of the variable 'a11y_cat' can be reduced. |
985 | variableScope | 398 | style | The scope of the variable 'COMMAND_LINE_LOCKDOWN_SCHEMA' can be reduced. |
986 | variableScope | 398 | style | The scope of the variable 'COMMAND_LINE_LOCKDOWN_KEY' can be reduced. |
987 | variableScope | 398 | style | The scope of the variable 'COMMAND_LINE_LOCKDOWN_DESKTOP_CATEGORY' can be reduced. |
1112 | shadowVariable | 398 | style | Local variable 'categories' shadows outer variable |
1112 | shadowVariable | 398 | style | Local variable 'launchers' shadows outer variable |
1218 | constVariablePointer | 398 | style | Variable 'temp_data' can be declared as pointer to const |
1359 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'tile_activated_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). |
1376 | variableScope | 398 | style | The scope of the variable 'app' can be reduced. |
1394 | constParameterCallback | 398 | style | Parameter 'launcher' can be declared as pointer to const. However it seems that 'handle_menu_action_performed' is a callback function, if 'launcher' is declared with const you might also need to cast function pointer(s). |
1394 | constParameterCallback | 398 | style | Parameter 'action' can be declared as pointer to const. However it seems that 'handle_menu_action_performed' is a callback function, if 'action' is declared with const you might also need to cast function pointer(s). |
1397 | variableScope | 398 | style | The scope of the variable 'app' can be reduced. |
libslab/application-tile.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. |
libslab/bookmark-agent.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
316 | constVariablePointer | 398 | style | Variable 'priv' can be declared as pointer to const |
584 | constParameterCallback | 398 | style | Parameter 'g_obj' can be declared as pointer to const. However it seems that 'set_property' is a callback function, if 'g_obj' is declared with const you might also need to cast function pointer(s). |
584 | constParameterCallback | 398 | style | Parameter 'pspec' can be declared as pointer to const. However it seems that 'set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). |
651 | unreadVariable | 563 | style | Variable 'rank' is assigned a value that is never used. |
652 | unreadVariable | 563 | style | Variable 'rank_corr' is assigned a value that is never used. |
655 | constVariablePointer | 398 | style | Variable 'old_title' can be declared as pointer to const |
870 | variableScope | 398 | style | The scope of the variable 'groups' can be reduced. |
1185 | redundantAssignment | 563 | style | Variable 'tag_close_ptr[0]' is reassigned a value before the old one has been used. |
libslab/double-click-detector.c |
30 | constParameterPointer | 398 | style | Parameter 'detector_class' can be declared as pointer to const |
libslab/nameplate-tile.c |
46 | 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. |
libslab/search-bar.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. |
libslab/shell-window.c |
38 | constParameterPointer | 398 | style | Parameter 'klass' can be declared as pointer to const |
libslab/slab-cafe-util.c |
107 | variableScope | 398 | style | The scope of the variable 'help_uri' can be reduced. |
libslab/slab-section.c |
23 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it. |
libslab/themed-icon.c |
44 | 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. |
libslab/tile-action.c |
23 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it. |
libslab/tile.c |
35 | 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. |
libwindow-settings/cafe-window-manager.c |
240 | constParameterPointer | 398 | style | Parameter 'settings' can be declared as pointer to const |
libwindow-settings/cafe-wm-manager.c |
52 | unusedStructMember | 563 | style | struct member 'AvailableWindowManager::cafe_wm' is never used. |
77 | variableScope | 398 | style | The scope of the variable 'suffix' can be reduced. |
77 | constVariablePointer | 398 | style | Variable 'suffix' can be declared as pointer to const |
244 | constVariablePointer | 398 | style | Variable 'tmp_list' can be declared as pointer to const |
libwindow-settings/croma-window-manager.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
109 | variableScope | 398 | style | The scope of the variable 'theme_file_path' can be reduced. |
110 | constVariablePointer | 398 | style | Variable 'node' can be declared as pointer to const |
383 | constParameterCallback | 398 | style | Parameter 'wm' can be declared as pointer to const. However it seems that 'croma_get_settings_mask' is a callback function, if 'wm' is declared with const you might also need to cast function pointer(s). |
shell/control-center.c |
42 | variableScope | 398 | style | The scope of the variable 'action' can be reduced. |
91 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'handle_static_action_clicked' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). |
96 | variableScope | 398 | style | The scope of the variable 'app' can be reduced. |
typing-break/drw-break-window.c |
80 | 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. |
typing-break/drw-monitor.c |
145 | variableScope | 398 | style | The scope of the variable 'now' can be reduced. |
typing-break/drw-selection.c |
155 | variableScope | 398 | style | The scope of the variable 'drw_selection' can be reduced. |
156 | constVariablePointer | 398 | style | Variable 'xev' can be declared as pointer to const |
191 | constParameterPointer | 398 | style | Parameter 'drw_selection' can be declared as pointer to const |
typing-break/drw-utils.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
32 | constParameterPointer | 398 | style | Parameter 'bg_color' can be declared as pointer to const |
typing-break/drwright.c |
110 | unusedStructMember | 563 | style | struct member '_DrWright::warn_dialog' is never used. |
313 | constParameterPointer | 398 | style | Parameter 'dr' can be declared as pointer to const |
326 | constParameterPointer | 398 | style | Parameter 'dr' can be declared as pointer to const |
586 | variableScope | 398 | style | The scope of the variable 'item' can be reduced. |
805 | variableScope | 398 | style | The scope of the variable 'window' can be reduced. |