|
| checkersReport | | information | Active checkers: There was critical errors (use --checkers-report=<filename> to see details) |
bean-demo/plugins/helloworld/beandemo-hello-world-configurable.c |
38 | 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. |
libbean-ctk/bean-ctk-disable-plugins-dialog.c |
50 | 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. |
libbean-ctk/bean-ctk-plugin-manager-store.c |
62 | 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. |
libbean-ctk/bean-ctk-plugin-manager-view.c |
82 | 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. |
libbean-ctk/bean-ctk-plugin-manager.c |
82 | 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. |
libbean/bean-dirs.c |
75 | staticFunction | | style | The function 'bean_dirs_get_lib_dir' should have static linkage since it is not used outside of its translation unit. |
libbean/bean-engine.c |
112 | 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. |
libbean/bean-extension-base.c |
57 | unknownMacro | | error | There 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 |
129 | 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. |
libbean/bean-introspection.c |
40 | variableScope | 398 | style | The scope of the variable 'cur_arg' can be reduced. |
143 | constParameterPointer | 398 | style | Parameter 'args' can be declared as pointer to const |
178 | constParameterPointer | 398 | style | Parameter 'arg' can be declared as pointer to const |
libbean/bean-object-module.c |
81 | 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. |
libbean/bean-plugin-info.c |
63 | unknownMacro | | error | There 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 |
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. |
libbean/bean-utils.c |
202 | constVariablePointer | 398 | style | Variable 'pspec' can be declared as pointer to const |
loaders/lua5.1/bean-plugin-loader-lua.c |
80 | syntaxError | | error | syntax error |
loaders/python/bean-plugin-loader-python.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. |
loaders/python/bean-python-internal.c |
193 | staticFunction | | style | The 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 |
87 | syntaxError | | error | syntax error |
tests/libbean-ctk/plugin-manager-view.c |
141 | constVariablePointer | 398 | style | Variable 'info' can be declared as pointer to const |
174 | constVariablePointer | 398 | style | Variable 'removed_info' can be declared as pointer to const |
174 | constVariablePointer | 398 | style | Variable 'selected_info' can be declared as pointer to const |
tests/libbean-ctk/plugin-manager.c |
200 | syntaxError | | error | syntax error |
tests/libbean-ctk/plugins/builtin-configurable/builtin-configurable.c |
37 | 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/libbean-ctk/plugins/configurable/configurable-plugin.c |
37 | 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/libbean-ctk/testing/testing.c |
104 | constParameterPointer | 398 | style | Parameter 'info' can be declared as pointer to const |
130 | constParameterCallback | 398 | style | Parameter '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). |
131 | constParameterCallback | 398 | style | Parameter '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). |
132 | constParameterCallback | 398 | style | Parameter '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/extension-c.c |
48 | syntaxError | | error | syntax error |
tests/libbean/extension-lua.c |
83 | syntaxError | | error | syntax error |
tests/libbean/extension-py.c |
62 | syntaxError | | error | syntax error |
tests/libbean/extension-set.c |
101 | syntaxError | | error | syntax error |
tests/libbean/introspection/introspection-abstract.c |
116 | constVariablePointer | 398 | style | Variable 'priv' can be declared as pointer to const |
tests/libbean/introspection/introspection-has-prerequisite.c |
32 | 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. |
tests/libbean/plugin-info.c |
74 | syntaxError | | error | syntax error |
tests/libbean/plugins/embedded/embedded-plugin.c |
42 | unknownMacro | | error | There 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 |
51 | unknownMacro | | error | There 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 |
92 | syntaxError | | error | syntax error |
tests/libbean/testing/testing.c |
80 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If BUILDDIR is a macro then please configure it. |
tests/plugins/builtin/builtin-plugin.c |
44 | unknownMacro | | error | There 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 |
44 | unknownMacro | | error | There 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 |
46 | unknownMacro | | error | There 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 |
44 | unknownMacro | | error | There 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 |
78 | syntaxError | | error | syntax error |