LineIdCWESeverityMessage
checkersReportinformationActive checkers: There was critical errors (use --checkers-report=<filename> to see details)
bean-demo/plugins/helloworld/beandemo-hello-world-configurable.c
38unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_DYNAMIC_TYPE_EXTENDED is a macro then please configure it.
libbean-ctk/bean-ctk-disable-plugins-dialog.c
50unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it.
libbean-ctk/bean-ctk-plugin-manager-store.c
62unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it.
libbean-ctk/bean-ctk-plugin-manager-view.c
82unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it.
libbean-ctk/bean-ctk-plugin-manager.c
82unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it.
libbean/bean-dirs.c
75staticFunctionstyleThe function 'bean_dirs_get_lib_dir' should have static linkage since it is not used outside of its translation unit.
libbean/bean-engine.c
112unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it.
libbean/bean-extension-base.c
57unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE is a macro then please configure it.
libbean/bean-extension-set.c
129unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it.
libbean/bean-introspection.c
40variableScope398styleThe scope of the variable 'cur_arg' can be reduced.
143constParameterPointer398styleParameter 'args' can be declared as pointer to const
178constParameterPointer398styleParameter 'arg' can be declared as pointer to const
libbean/bean-object-module.c
81unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it.
libbean/bean-plugin-info.c
63unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_QUARK is a macro then please configure it.
libbean/bean-plugin-loader-c.c
40unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it.
libbean/bean-utils.c
202constVariablePointer398styleVariable 'pspec' can be declared as pointer to const
loaders/lua5.1/bean-plugin-loader-lua.c
80syntaxErrorerrorsyntax error
loaders/python/bean-plugin-loader-python.c
46unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it.
loaders/python/bean-python-internal.c
193staticFunctionstyleThe function 'bean_python_internal_call' should have static linkage since it is not used outside of its translation unit.
tests/libbean-ctk/plugin-manager-store.c
87syntaxErrorerrorsyntax error
tests/libbean-ctk/plugin-manager-view.c
141constVariablePointer398styleVariable 'info' can be declared as pointer to const
174constVariablePointer398styleVariable 'removed_info' can be declared as pointer to const
174constVariablePointer398styleVariable 'selected_info' can be declared as pointer to const
tests/libbean-ctk/plugin-manager.c
200syntaxErrorerrorsyntax error
tests/libbean-ctk/plugins/builtin-configurable/builtin-configurable.c
37unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_DYNAMIC_TYPE_EXTENDED is a macro then please configure it.
tests/libbean-ctk/plugins/configurable/configurable-plugin.c
37unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_DYNAMIC_TYPE_EXTENDED is a macro then please configure it.
tests/libbean-ctk/testing/testing.c
104constParameterPointer398styleParameter 'info' can be declared as pointer to const
130constParameterCallback398styleParameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'delete_event_cb' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s).
131constParameterCallback398styleParameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'delete_event_cb' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s).
132constParameterCallback398styleParameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'delete_event_cb' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s).
tests/libbean/engine.c
283syntaxErrorerrorsyntax error
tests/libbean/extension-c.c
48syntaxErrorerrorsyntax error
tests/libbean/extension-lua.c
83syntaxErrorerrorsyntax error
tests/libbean/extension-py.c
62syntaxErrorerrorsyntax error
tests/libbean/extension-set.c
101syntaxErrorerrorsyntax error
tests/libbean/introspection/introspection-abstract.c
116constVariablePointer398styleVariable 'priv' can be declared as pointer to const
tests/libbean/introspection/introspection-has-prerequisite.c
32unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_INTERFACE_WITH_CODE is a macro then please configure it.
tests/libbean/plugin-info.c
74syntaxErrorerrorsyntax error
tests/libbean/plugins/embedded/embedded-plugin.c
42unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_ADD_PRIVATE is a macro then please configure it.
tests/libbean/plugins/extension-c/extension-c-plugin.c
52unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_IMPLEMENT_INTERFACE_DYNAMIC is a macro then please configure it.
tests/libbean/testing/testing-extension.c
92syntaxErrorerrorsyntax error
tests/libbean/testing/testing.c
80unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If BUILDDIR is a macro then please configure it.
tests/plugins/builtin/builtin-plugin.c
44unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_ADD_PRIVATE_DYNAMIC is a macro then please configure it.
tests/plugins/has-dep/has-dep-plugin.c
44unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_ADD_PRIVATE_DYNAMIC is a macro then please configure it.
tests/plugins/loadable/loadable-plugin.c
47unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_ADD_PRIVATE_DYNAMIC is a macro then please configure it.
tests/plugins/self-dep/self-dep-plugin.c
44unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_ADD_PRIVATE_DYNAMIC is a macro then please configure it.
tests/testing-util/testing-util.c
78syntaxErrorerrorsyntax error