|
| checkersReport | | information | Active checkers: There was critical errors (use --checkers-report=<filename> to see details) |
baul/baul-grapa.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
src/actions.c |
172 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE is a macro then please configure it. |
src/ctk-utils.h |
50 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If _ctk_error_dialog_new is a macro then please configure it. |
src/eggfileformatchooser.c |
1087 | uninitStructMember | 457 | error | Uninitialized struct member: search.format |
src/eggtreemultidnd.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
src/file-data.c |
114 | constParameterPointer | 398 | style | Parameter 'fdata' can be declared as pointer to const |
139 | constVariablePointer | 398 | style | Variable 'data_a' can be declared as pointer to const |
140 | constVariablePointer | 398 | style | Variable 'data_b' can be declared as pointer to const |
160 | constVariablePointer | 398 | style | Variable 'fd' can be declared as pointer to const |
src/file-utils.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
275 | varFuncNullUB | 475 | portability | Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. |
817 | varFuncNullUB | 475 | portability | Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. |
1166 | constVariablePointer | 398 | style | Variable 'value' can be declared as pointer to const |
src/fr-archive.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
1418 | constParameterPointer | 398 | style | Parameter 'path' can be declared as pointer to const |
1447 | constVariablePointer | 398 | style | Variable 'fdata' can be declared as pointer to const |
2287 | constParameterPointer | 398 | style | Parameter 'list' can be declared as pointer to const |
2301 | constVariablePointer | 398 | style | Variable 'path' can be declared as pointer to const |
2439 | constVariablePointer | 398 | style | Variable 'fullpath' can be declared as pointer to const |
2527 | constVariablePointer | 398 | style | Variable 'folder_in_list' can be declared as pointer to const |
2936 | constVariablePointer | 398 | style | Variable 'name_end' can be declared as pointer to const |
3034 | constVariablePointer | 398 | style | Variable 'filename' can be declared as pointer to const |
3046 | constParameterPointer | 398 | style | Parameter 'dir_pointer' can be declared as pointer to const |
3048 | constVariablePointer | 398 | style | Variable 'dirname' can be declared as pointer to const |
3053 | constVariablePointer | 398 | style | Variable 'filename' can be declared as pointer to const |
src/fr-command-7z.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
432 | constParameterCallback | 398 | style | Parameter 'line' can be declared as pointer to const. However it seems that 'process_line__extract' is a callback function, if 'line' is declared with const you might also need to cast function pointer(s). |
597 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'fr_command_7z_get_capabilities' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
src/fr-command-ace.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
src/fr-command-alz.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
83 | constParameterCallback | 398 | style | Parameter 'line' can be declared as pointer to const. However it seems that 'process_line' is a callback function, if 'line' is declared with const you might also need to cast function pointer(s). |
109 | knownConditionTrueFalse | 570 | style | Condition '!alz_comm->list_started' is always false |
231 | constParameterCallback | 398 | style | Parameter 'line' can be declared as pointer to const. However it seems that 'process_extract_line' is a callback function, if 'line' is declared with const you might also need to cast function pointer(s). |
src/fr-command-arj.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
src/fr-command-cfile.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
47 | constParameterPointer | 398 | style | Parameter 'comm' can be declared as pointer to const |
99 | constParameterCallback | 398 | style | Parameter 'line' can be declared as pointer to const. However it seems that 'list__process_line' is a callback function, if 'line' is declared with const you might also need to cast function pointer(s). |
340 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'fr_command_cfile_delete' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
src/fr-command-cpio.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
48 | constParameterPointer | 398 | style | Parameter 'month' can be declared as pointer to const |
49 | constParameterPointer | 398 | style | Parameter 'mday' can be declared as pointer to const |
72 | constVariablePointer | 398 | style | Variable 'now_tm' can be declared as pointer to const |
89 | constParameterCallback | 398 | style | Parameter 'line' can be declared as pointer to const. However it seems that 'list__process_line' is a callback function, if 'line' is declared with const you might also need to cast function pointer(s). |
97 | unreadVariable | 563 | style | Variable 'ofs' is assigned a value that is never used. |
src/fr-command-dpkg.c |
58 | constParameterPointer | 398 | style | Parameter 'line' can be declared as pointer to const |
src/fr-command-iso.c |
46 | constParameterPointer | 398 | style | Parameter 'month' can be declared as pointer to const |
47 | constParameterPointer | 398 | style | Parameter 'mday' can be declared as pointer to const |
48 | constParameterPointer | 398 | style | Parameter 'year' can be declared as pointer to const |
73 | constParameterCallback | 398 | style | Parameter 'line' can be declared as pointer to const. However it seems that 'list__process_line' is a callback function, if 'line' is declared with const you might also need to cast function pointer(s). |
80 | variableScope | 398 | style | The scope of the variable 'name_field' can be reduced. |
170 | constVariablePointer | 398 | style | Variable 'path' can be declared as pointer to const |
src/fr-command-jar.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
66 | varFuncNullUB | 475 | portability | Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. |
98 | varFuncNullUB | 475 | portability | Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. |
104 | varFuncNullUB | 475 | portability | Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. |
src/fr-command-lha.c |
47 | constParameterPointer | 398 | style | Parameter 'month' can be declared as pointer to const |
48 | constParameterPointer | 398 | style | Parameter 'mday' can be declared as pointer to const |
75 | constVariablePointer | 398 | style | Variable 'tm_now' can be declared as pointer to const |
147 | constParameterPointer | 398 | style | Parameter 'line' can be declared as pointer to const |
src/fr-command-lrzip.c |
102 | constParameterCallback | 398 | style | Parameter 'file_list' can be declared as pointer to const. However it seems that 'fr_command_lrzip_add' is a callback function, if 'file_list' is declared with const you might also need to cast function pointer(s). |
src/fr-command-rpm.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
48 | constParameterPointer | 398 | style | Parameter 'month' can be declared as pointer to const |
49 | constParameterPointer | 398 | style | Parameter 'mday' can be declared as pointer to const |
79 | constVariablePointer | 398 | style | Variable 'now_tm' can be declared as pointer to const |
98 | constParameterCallback | 398 | style | Parameter 'line' can be declared as pointer to const. However it seems that 'list__process_line' is a callback function, if 'line' is declared with const you might also need to cast function pointer(s). |
106 | unreadVariable | 563 | style | Variable 'ofs' is assigned a value that is never used. |
src/fr-command-tar.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
254 | constParameterPointer | 398 | style | Parameter 'comm' can be declared as pointer to const |
261 | constParameterPointer | 398 | style | Parameter 'line' can be declared as pointer to const |
302 | constVariablePointer | 398 | style | Variable 'c_tar' can be declared as pointer to const |
374 | constVariablePointer | 398 | style | Variable 'c_tar' can be declared as pointer to const |
740 | constVariablePointer | 398 | style | Variable 'comm' can be declared as pointer to const |
968 | constVariablePointer | 398 | style | Variable 'comm_tar' can be declared as pointer to const |
src/fr-command-unarchiver.c |
179 | constParameterCallback | 398 | style | Parameter 'line' can be declared as pointer to const. However it seems that 'process_line__extract' is a callback function, if 'line' is declared with const you might also need to cast function pointer(s). |
src/fr-command-zip.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
96 | constParameterCallback | 398 | style | Parameter 'line' can be declared as pointer to const. However it seems that 'list__process_line' is a callback function, if 'line' is declared with const you might also need to cast function pointer(s). |
201 | constParameterCallback | 398 | style | Parameter 'line' can be declared as pointer to const. However it seems that 'process_line__common' is a callback function, if 'line' is declared with const you might also need to cast function pointer(s). |
src/fr-command-zoo.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
47 | constParameterPointer | 398 | style | Parameter 'mday_s' can be declared as pointer to const |
49 | constParameterPointer | 398 | style | Parameter 'year_s' can be declared as pointer to const |
111 | constParameterPointer | 398 | style | Parameter 'line' can be declared as pointer to const |
152 | constParameterPointer | 398 | style | Parameter 'line' can be declared as pointer to const |
src/fr-command.c |
128 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'base_fr_command_add' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
139 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'base_fr_command_delete' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
147 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'base_fr_command_extract' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
764 | constParameterPointer | 398 | style | Parameter 'comm' can be declared as pointer to const |
src/fr-init.c |
618 | knownConditionTrueFalse | 571 | style | Condition 'cap->current_capabilities&FR_COMMAND_CAN_WRITE' is always true |
src/fr-list-model.c |
90 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'fr_list_model_multi_drag_data_delete' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
105 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'fr_list_model_init' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
src/fr-process.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
641 | constVariablePointer | 398 | style | Variable 'process' can be declared as pointer to const |
812 | constVariablePointer | 398 | style | Variable 'info' can be declared as pointer to const |
1068 | redundantAssignment | 563 | style | Variable 'ret' is reassigned a value before the old one has been used. |
src/fr-window.c |
6878 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_FILE_ATTRIBUTE_STANDARD_NAME is a macro then please configure it. |
src/gio-utils.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
120 | constParameterPointer | 398 | style | Parameter 'filter' can be declared as pointer to const |
237 | constVariablePointer | 398 | style | Variable 'sub_directory' can be declared as pointer to const |
src/glib-utils.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
104 | nullPointerRedundantCheck | 476 | warning | Either the condition 's2!=NULL' is redundant or there is possible null pointer dereference: s2. |
398 | redundantCondition | 398 | style | Redundant condition: The condition '*line != 0' is redundant since '*line == ' '' is sufficient. |
src/java-utils.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
290 | constVariablePointer | 398 | style | Variable 'class' can be declared as pointer to const |
src/main.c |
207 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'startup_cb' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
src/server.c |
415 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'on_name_acquired' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
423 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'on_name_lost' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
src/test-server.c |
138 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_GNUC_UNUSED is a macro then please configure it. |