|
| checkersReport | | information | Active checkers: There was critical errors (use --checkers-report=<filename> to see details) |
ctksourceview/completion-providers/words/ctksourcecompletionwords.c |
97 | 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. |
ctksourceview/completion-providers/words/ctksourcecompletionwordsbuffer.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. |
ctksourceview/completion-providers/words/ctksourcecompletionwordslibrary.c |
45 | 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. |
ctksourceview/completion-providers/words/ctksourcecompletionwordsproposal.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. |
ctksourceview/ctksourcebuffer.c |
228 | 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. |
ctksourceview/ctksourcebufferinputstream.c |
63 | constParameterPointer | 398 | style | Parameter 'stream' can be declared as pointer to const |
83 | constParameterPointer | 398 | style | Parameter 'stream' can be declared as pointer to const |
ctksourceview/ctksourcebufferinternal.c |
49 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it. |
ctksourceview/ctksourcebufferoutputstream.c |
97 | 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. |
ctksourceview/ctksourcecompletion.c |
211 | 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. |
ctksourceview/ctksourcecompletioncontainer.c |
217 | constParameterPointer | 398 | style | Parameter 'container' can be declared as pointer to const |
ctksourceview/ctksourcecompletioncontext.c |
95 | 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. |
ctksourceview/ctksourcecompletioninfo.c |
140 | constParameterCallback | 398 | style | Parameter 'widget' can be declared as pointer to const. However it seems that 'ctk_source_completion_info_get_request_mode' is a callback function, if 'widget' is declared with const you might also need to cast function pointer(s). |
ctksourceview/ctksourcecompletionitem.c |
63 | 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. |
ctksourceview/ctksourcecompletionmodel.c |
74 | 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. |
ctksourceview/ctksourcecompletionproposal.c |
58 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_INTERFACE is a macro then please configure it. |
ctksourceview/ctksourcecompletionprovider.c |
47 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_INTERFACE is a macro then please configure it. |
ctksourceview/ctksourcecontextengine.c |
2430 | 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. |
ctksourceview/ctksourceencoding.c |
48 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_BOXED_TYPE is a macro then please configure it. |
ctksourceview/ctksourcefile.c |
77 | 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. |
ctksourceview/ctksourcefileloader.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. |
ctksourceview/ctksourcefilesaver.c |
136 | 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. |
ctksourceview/ctksourcegutter.c |
919 | syntaxError | | error | syntax error |
ctksourceview/ctksourcegutterrenderer.c |
1391 | staticFunction | | style | The function '_ctk_source_gutter_renderer_set_view' should have static linkage since it is not used outside of its translation unit. |
ctksourceview/ctksourcegutterrendererlines.c |
230 | syntaxError | | error | syntax error |
ctksourceview/ctksourcegutterrenderermarks.c |
176 | unreadVariable | 563 | style | Variable 'size' is assigned a value that is never used. |
367 | constParameterCallback | 398 | style | Parameter 'renderer' can be declared as pointer to const. However it seems that 'gutter_renderer_query_activatable' is a callback function, if 'renderer' is declared with const you might also need to cast function pointer(s). |
368 | constParameterCallback | 398 | style | Parameter 'iter' can be declared as pointer to const. However it seems that 'gutter_renderer_query_activatable' is a callback function, if 'iter' is declared with const you might also need to cast function pointer(s). |
369 | constParameterCallback | 398 | style | Parameter 'area' can be declared as pointer to const. However it seems that 'gutter_renderer_query_activatable' is a callback function, if 'area' is declared with const you might also need to cast function pointer(s). |
370 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'gutter_renderer_query_activatable' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). |
408 | constParameterPointer | 398 | style | Parameter 'self' can be declared as pointer to const |
ctksourceview/ctksourcegutterrendererpixbuf.c |
55 | constParameterPointer | 398 | style | Parameter 'cell_area' can be declared as pointer to const |
205 | constParameterPointer | 398 | style | Parameter 'pixbuf' can be declared as pointer to const |
ctksourceview/ctksourcegutterrenderertext.c |
84 | constParameterPointer | 398 | style | Parameter 'cell_area' can be declared as pointer to const |
ctksourceview/ctksourceiter.c |
57 | staticFunction | | style | The function '_ctk_source_iter_forward_full_word_end' should have static linkage since it is not used outside of its translation unit. |
96 | staticFunction | | style | The function '_ctk_source_iter_backward_full_word_start' should have static linkage since it is not used outside of its translation unit. |
146 | staticFunction | | style | The function '_ctk_source_iter_starts_full_word' should have static linkage since it is not used outside of its translation unit. |
165 | staticFunction | | style | The function '_ctk_source_iter_ends_full_word' should have static linkage since it is not used outside of its translation unit. |
183 | staticFunction | | style | The function '_ctk_source_iter_forward_extra_natural_word_end' should have static linkage since it is not used outside of its translation unit. |
236 | staticFunction | | style | The function '_ctk_source_iter_backward_extra_natural_word_start' should have static linkage since it is not used outside of its translation unit. |
304 | staticFunction | | style | The function '_ctk_source_iter_starts_extra_natural_word' should have static linkage since it is not used outside of its translation unit. |
329 | staticFunction | | style | The function '_ctk_source_iter_ends_extra_natural_word' should have static linkage since it is not used outside of its translation unit. |
370 | staticFunction | | style | The function '_ctk_source_iter_forward_visible_word_end' should have static linkage since it is not used outside of its translation unit. |
442 | staticFunction | | style | The function '_ctk_source_iter_backward_visible_word_start' should have static linkage since it is not used outside of its translation unit. |
514 | staticFunction | | style | The function '_ctk_source_iter_forward_visible_word_ends' should have static linkage since it is not used outside of its translation unit. |
538 | staticFunction | | style | The function '_ctk_source_iter_backward_visible_word_starts' should have static linkage since it is not used outside of its translation unit. |
561 | staticFunction | | style | The function '_ctk_source_iter_starts_word' should have static linkage since it is not used outside of its translation unit. |
575 | staticFunction | | style | The function '_ctk_source_iter_ends_word' should have static linkage since it is not used outside of its translation unit. |
589 | staticFunction | | style | The function '_ctk_source_iter_inside_word' should have static linkage since it is not used outside of its translation unit. |
ctksourceview/ctksourcelanguage-parser-2.c |
254 | constParameterPointer | 398 | style | Parameter 'node' can be declared as pointer to const |
257 | constVariablePointer | 398 | style | Variable 'attr' can be declared as pointer to const |
356 | constParameterPointer | 398 | style | Parameter 'id' can be declared as pointer to const |
357 | constParameterPointer | 398 | style | Parameter 'parent_id' can be declared as pointer to const |
358 | constParameterPointer | 398 | style | Parameter 'style' can be declared as pointer to const |
366 | constVariablePointer | 398 | style | Variable 'context_node' can be declared as pointer to const |
664 | constParameterPointer | 398 | style | Parameter 'id' can be declared as pointer to const |
665 | constParameterPointer | 398 | style | Parameter 'sub_pattern' can be declared as pointer to const |
666 | constParameterPointer | 398 | style | Parameter 'style' can be declared as pointer to const |
ctksourceview/ctksourcelanguage.c |
66 | 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. |
ctksourceview/ctksourcelanguagemanager.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. |
ctksourceview/ctksourcemap.c |
180 | 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. |
ctksourceview/ctksourcemarkssequence.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. |
ctksourceview/ctksourcepixbufhelper.c |
116 | constParameterPointer | 398 | style | Parameter 'helper' can be declared as pointer to const |
138 | constParameterPointer | 398 | style | Parameter 'helper' can be declared as pointer to const |
164 | constParameterPointer | 398 | style | Parameter 'helper' can be declared as pointer to const |
ctksourceview/ctksourceprintcompositor.c |
198 | 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. |
ctksourceview/ctksourceregion.c |
139 | 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. |
ctksourceview/ctksourcesearchcontext.c |
3580 | syntaxError | | error | syntax error |
ctksourceview/ctksourcesearchsettings.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. |
ctksourceview/ctksourcespacedrawer.c |
115 | 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. |
ctksourceview/ctksourcestylescheme.c |
98 | 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. |
ctksourceview/ctksourcestyleschemechooserbutton.c |
62 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_ADD_PRIVATE is a macro then please configure it. |
ctksourceview/ctksourcestyleschemechooserwidget.c |
64 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_ADD_PRIVATE is a macro then please configure it. |
ctksourceview/ctksourcestyleschememanager.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. |
ctksourceview/ctksourcetag.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. |
ctksourceview/ctksourceundomanager.c |
64 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_INTERFACE is a macro then please configure it. |
ctksourceview/ctksourceundomanagerdefault.c |
465 | syntaxError | | error | syntax error |
ctksourceview/ctksourceutils-private.h |
50 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If _ctk_source_utils_dgettext is a macro then please configure it. |
ctksourceview/ctksourceutils.c |
602 | syntaxError | | error | syntax error |
ctksourceview/ctksourceview.c |
244 | 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. |
tests/syntax-highlighting/file.c |
7 | unreadVariable | 563 | style | Variable 'a' is assigned a value that is never used. |
8 | unreadVariable | 563 | style | Variable 'b' is assigned a value that is never used. |
9 | unreadVariable | 563 | style | Variable 'c' is assigned a value that is never used. |
10 | unreadVariable | 563 | style | Variable 'd' is assigned a value that is never used. |
11 | unreadVariable | 563 | style | Variable 'hexadecimal_floating_constant' is assigned a value that is never used. |
tests/test-completion.c |
58 | 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. |
tests/test-search.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. |
testsuite/test-buffer-input-stream.c |
54 | syntaxError | | error | syntax error |
testsuite/test-buffer-output-stream.c |
55 | syntaxError | | error | syntax error |
testsuite/test-completion-model.c |
541 | syntaxError | | error | syntax error |
testsuite/test-completion-words.c |
56 | syntaxError | | error | syntax error |
testsuite/test-encoding.c |
42 | syntaxError | | error | syntax error |
testsuite/test-file-loader.c |
66 | syntaxError | | error | syntax error |
testsuite/test-file-saver.c |
96 | syntaxError | | error | syntax error |
testsuite/test-language.c |
89 | syntaxError | | error | syntax error |
testsuite/test-languagemanager.c |
83 | syntaxError | | error | syntax error |
testsuite/test-search-context.c |
106 | syntaxError | | error | syntax error |
testsuite/test-space-drawer.c |
78 | syntaxError | | error | syntax error |
testsuite/test-stylescheme.c |
92 | syntaxError | | error | syntax error |
testsuite/test-styleschememanager.c |
51 | syntaxError | | error | syntax error |
testsuite/test-undo-manager.c |
111 | syntaxError | | error | syntax error |