|
| checkersReport | | information | Active checkers: There was critical errors (use --checkers-report=<filename> to see details) |
lapiz/bacon-message-connection.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
394 | constParameterPointer | 398 | style | Parameter 'conn' can be declared as pointer to const |
lapiz/dialogs/lapiz-close-confirmation-dialog.c |
84 | 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. |
lapiz/dialogs/lapiz-encodings-dialog.c |
61 | 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. |
lapiz/dialogs/lapiz-preferences-dialog.c |
142 | 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. |
lapiz/lapiz-app.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. |
lapiz/lapiz-commands-file.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
468 | varFuncNullUB | 475 | portability | Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. |
762 | varFuncNullUB | 475 | portability | Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. |
lapiz/lapiz-commands-search.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
312 | unreadVariable | 563 | style | Variable 'len' is assigned a value that is never used. |
lapiz/lapiz-document-input-stream.c |
163 | constParameterPointer | 398 | style | Parameter 'stream' can be declared as pointer to const |
243 | constParameterPointer | 398 | style | Parameter 'stream' can be declared as pointer to const |
lapiz/lapiz-document-output-stream.c |
57 | 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. |
lapiz/lapiz-document.c |
175 | 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. |
lapiz/lapiz-documents-panel.c |
174 | constVariablePointer | 398 | style | Variable 'active_tab' can be declared as pointer to const |
305 | constVariablePointer | 398 | style | Variable 'active_tab' can be declared as pointer to const |
491 | constParameterPointer | 398 | style | Parameter 'event' can be declared as pointer to const |
550 | constParameterCallback | 398 | style | Parameter 'treeview' can be declared as pointer to const. However it seems that 'panel_popup_menu' is a callback function, if 'treeview' is declared with const you might also need to cast function pointer(s). |
626 | constVariablePointer | 398 | style | Variable 'indeces' can be declared as pointer to const |
lapiz/lapiz-encodings-combo-box.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. |
lapiz/lapiz-encodings.c |
447 | constParameterCallback | 398 | style | Parameter 'enc' can be declared as pointer to const. However it seems that 'lapiz_encoding_free' is a callback function, if 'enc' is declared with const you might also need to cast function pointer(s). |
lapiz/lapiz-file-chooser-dialog.c |
65 | 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. |
lapiz/lapiz-gio-document-loader.c |
93 | 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. |
lapiz/lapiz-gio-document-saver.c |
83 | 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. |
lapiz/lapiz-history-entry.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. |
lapiz/lapiz-io-error-message-area.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
lapiz/lapiz-message-bus.c |
144 | 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. |
lapiz/lapiz-message-type.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
450 | constParameterPointer | 398 | style | Parameter 'message_type' can be declared as pointer to const |
465 | constParameterPointer | 398 | style | Parameter 'message_type' can be declared as pointer to const |
484 | constVariablePointer | 398 | style | Variable 'info' can be declared as pointer to const |
lapiz/lapiz-message.c |
38 | 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. |
lapiz/lapiz-metadata-manager.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
lapiz/lapiz-notebook.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. |
lapiz/lapiz-panel.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. |
lapiz/lapiz-plugins-engine.c |
51 | 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. |
lapiz/lapiz-prefs-manager-app.c |
778 | unreadVariable | 563 | style | Variable 'def' is assigned a value that is never used. |
796 | unreadVariable | 563 | style | Variable 'def' is assigned a value that is never used. |
lapiz/lapiz-prefs-manager.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
lapiz/lapiz-print-job.c |
103 | 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. |
lapiz/lapiz-print-preview.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. |
lapiz/lapiz-progress-message-area.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. |
lapiz/lapiz-session.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
221 | constVariablePointer | 398 | style | Variable 'l' can be declared as pointer to const |
lapiz/lapiz-smart-charset-converter.c |
43 | 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. |
lapiz/lapiz-status-combo-box.c |
57 | 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. |
lapiz/lapiz-statusbar.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. |
lapiz/lapiz-tab-label.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. |
lapiz/lapiz-tab.c |
814 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_GUINT64_FORMAT is a macro then please configure it. |
lapiz/lapiz-utils.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
467 | knownConditionTrueFalse | 571 | style | Condition '*cur=='\\'' is always true |
850 | constParameterPointer | 398 | style | Parameter 'screen' can be declared as pointer to const |
872 | uninitvar | 457 | error | Uninitialized variable: current_desktop |
900 | constParameterPointer | 398 | style | Parameter 'ctkwindow' can be declared as pointer to const |
923 | uninitvar | 457 | error | Uninitialized variable: workspace |
1432 | funcArgOrderDifferent | 683 | warning | Function 'lapiz_utils_decode_uri' argument order different: declaration 'uri, scheme, user, port, host, path' definition 'uri, scheme, user, host, port, path' |
lapiz/lapiz-view.c |
1244 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'search_window_scroll_event' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). |
1269 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'search_window_key_press_event' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). |
1763 | unreadVariable | 563 | style | Variable 'len' is assigned a value that is never used. |
2261 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'lapiz_view_populate_popup' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
2262 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'lapiz_view_populate_popup' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
lapiz/lapiz-window.c |
99 | 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. |
lapiz/lapiz.c |
437 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_GUINT32_FORMAT is a macro then please configure it. |
lapiz/lapiztextregion.c |
159 | constParameterPointer | 398 | style | Parameter 'region' can be declared as pointer to const |
200 | constVariablePointer | 398 | style | Variable 'end_node' can be declared as pointer to const |
331 | unreadVariable | 563 | style | Variable 'start_node' is assigned a value that is never used. |
440 | constVariablePointer | 398 | style | Variable 'end_node' can be declared as pointer to const |
538 | constParameterPointer | 398 | style | Parameter 'real' can be declared as pointer to const |
lapiz/smclient/eggdesktopfile.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
329 | constParameterPointer | 398 | style | Parameter 'desktop_file' can be declared as pointer to const |
343 | constParameterPointer | 398 | style | Parameter 'desktop_file' can be declared as pointer to const |
357 | constParameterPointer | 398 | style | Parameter 'desktop_file' can be declared as pointer to const |
378 | constParameterPointer | 398 | style | Parameter 'desktop_file' can be declared as pointer to const |
564 | constParameterPointer | 398 | style | Parameter 'desktop_file' can be declared as pointer to const |
583 | constParameterPointer | 398 | style | Parameter 'desktop_file' can be declared as pointer to const |
599 | constParameterPointer | 398 | style | Parameter 'desktop_file' can be declared as pointer to const |
638 | constParameterPointer | 398 | style | Parameter 'desktop_file' can be declared as pointer to const |
646 | constVariablePointer | 398 | style | Variable 'doc' can be declared as pointer to const |
lapiz/smclient/eggsmclient-xsmp.c |
172 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it. |
lapiz/smclient/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. |
plugins/changecase/lapiz-changecase-plugin.c |
50 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_ADD_PRIVATE_DYNAMIC is a macro then please configure it. |
plugins/docinfo/lapiz-docinfo-plugin.c |
75 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_ADD_PRIVATE_DYNAMIC is a macro then please configure it. |
plugins/filebrowser/lapiz-file-bookmarks-store.c |
54 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_DYNAMIC_TYPE_EXTENDED is a macro then please configure it. |
plugins/filebrowser/lapiz-file-browser-plugin.c |
112 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_DYNAMIC_TYPE_EXTENDED is a macro then please configure it. |
plugins/filebrowser/lapiz-file-browser-store.c |
1916 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN is a macro then please configure it. |
plugins/filebrowser/lapiz-file-browser-view.c |
84 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_DYNAMIC_TYPE_EXTENDED is a macro then please configure it. |
plugins/filebrowser/lapiz-file-browser-widget.c |
234 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_DYNAMIC_TYPE_EXTENDED is a macro then please configure it. |
plugins/modelines/lapiz-modeline-plugin.c |
58 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_DYNAMIC_TYPE_EXTENDED is a macro then please configure it. |
plugins/modelines/modeline-parser.c |
119 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_GSIZE_FORMAT is a macro then please configure it. |
plugins/sort/lapiz-sort-plugin.c |
78 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_DYNAMIC_TYPE_EXTENDED is a macro then please configure it. |
plugins/spell/lapiz-automatic-spell-checker.c |
279 | constParameterCallback | 398 | style | Parameter 'mark' can be declared as pointer to const. However it seems that 'mark_set' is a callback function, if 'mark' is declared with const you might also need to cast function pointer(s). |
731 | unknownEvaluationOrder | 768 | error | Expression '(spell=lapiz_automatic_spell_checker_get_from_document(doc))==NULL,spell' depends on order of evaluation of side effects |
plugins/spell/lapiz-spell-checker-dialog.c |
109 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it. |
plugins/spell/lapiz-spell-checker.c |
72 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it. |
plugins/spell/lapiz-spell-language-dialog.c |
58 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it. |
plugins/spell/lapiz-spell-plugin.c |
78 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_DYNAMIC_TYPE_EXTENDED is a macro then please configure it. |
plugins/taglist/lapiz-taglist-plugin-panel.c |
175 | unreadVariable | 563 | style | Variable 'sel' is assigned a value that is never used. |
193 | unreadVariable | 563 | style | Variable 'sel' is assigned a value that is never used. |
260 | knownConditionTrueFalse | 571 | style | Condition '&iter!=NULL' is always true |
273 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'tag_list_key_press_event_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). |
419 | unsignedLessThanZero | 570 | style | Checking if unsigned expression 'strlen(group_name)' is less than zero. |
587 | constVariablePointer | 398 | style | Variable 'ppanel' can be declared as pointer to const |
plugins/taglist/lapiz-taglist-plugin-parser.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
plugins/taglist/lapiz-taglist-plugin.c |
54 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_DYNAMIC_TYPE_EXTENDED is a macro then please configure it. |
plugins/time/lapiz-time-plugin.c |
169 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_DYNAMIC_TYPE_EXTENDED is a macro then please configure it. |
plugins/trailsave/lapiz-trail-save-plugin.c |
44 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_DYNAMIC_TYPE_EXTENDED is a macro then please configure it. |
tests/document-input-stream.c |
56 | syntaxError | | error | syntax error |
tests/document-output-stream.c |
54 | syntaxError | | error | syntax error |
tools/plugin_template/lapiz-plugin.c |
0 | noValidConfiguration | | information | This file is not analyzed. Cppcheck failed to extract a valid configuration. Use -v for more details. |
32 | preprocessorErrorDirective | | error | Failed to parse #define |