|
| checkersReport | | information | Active checkers: There was critical errors (use --checkers-report=<filename> to see details) |
src/bte/btepty.h |
96 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_AUTOPTR_CLEANUP_FUNC is a macro then please configure it. |
src/bte/bteregex.h |
77 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_AUTOPTR_CLEANUP_FUNC is a macro then please configure it. |
src/btectk.cc |
138 | syntaxError | | error | syntax error: keyword 'try' is not allowed in global scope |
src/btepty.cc |
134 | syntaxError | | error | syntax error: keyword 'try' is not allowed in global scope |
src/bteregex.cc |
92 | syntaxError | | error | syntax error: keyword 'try' is not allowed in global scope |
src/btetypes.cc |
50 | cstyleCast | 398 | style | C-style pointer casting |
58 | constVariablePointer | 398 | style | Variable 'ptr' can be declared as pointer to const |
169 | syntaxError | | error | syntax error |
src/btetypes.hh |
139 | uninitMemberVar | 398 | warning | Member variable 'coords::x' is not initialized in the constructor. |
139 | uninitMemberVar | 398 | warning | Member variable 'coords::y' is not initialized in the constructor. |
156 | uninitMemberVar | 398 | warning | Member variable 'extents::m_width' is not initialized in the constructor. |
156 | uninitMemberVar | 398 | warning | Member variable 'extents::m_height' is not initialized in the constructor. |
183 | noExplicitConstructor | 398 | style | Class 'rgb' has a constructor with 1 argument that is not explicit. |
184 | noExplicitConstructor | 398 | style | Class 'rgb' has a constructor with 1 argument that is not explicit. |
185 | noExplicitConstructor | 398 | style | Class 'rgb' has a constructor with 1 argument that is not explicit. |
src/chunk.hh |
59 | uninitMemberVar | 398 | warning | Member variable 'Chunk::dataminusone' is not initialized in the constructor. |
59 | uninitMemberVar | 398 | warning | Member variable 'Chunk::data' is not initialized in the constructor. |
src/fonts-pangocairo.cc |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
105 | cstyleCast | 398 | style | C-style pointer casting |
110 | cstyleCast | 398 | style | C-style pointer casting |
166 | cstyleCast | 398 | style | C-style pointer casting |
214 | cstyleCast | 398 | style | C-style pointer casting |
221 | cstyleCast | 398 | style | C-style pointer casting |
248 | cstyleCast | 398 | style | C-style pointer casting |
277 | cstyleCast | 398 | style | C-style pointer casting |
285 | cstyleCast | 398 | style | C-style pointer casting |
421 | cstyleCast | 398 | style | C-style pointer casting |
424 | cstyleCast | 398 | style | C-style pointer casting |
435 | cstyleCast | 398 | style | C-style pointer casting |
449 | cstyleCast | 398 | style | C-style pointer casting |
src/fonts-pangocairo.hh |
122 | noExplicitConstructor | 398 | style | Class 'FontInfo' has a constructor with 1 argument that is not explicit. |
src/glib-glue.hh |
89 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_GNUC_PRINTF is a macro then please configure it. |
src/icu-converter.cc |
39 | shadowFunction | 398 | style | Local variable 'charset_converter' shadows outer function |
43 | shadowFunction | 398 | style | Local variable 'u32_converter' shadows outer function |
47 | shadowFunction | 398 | style | Local variable 'u8_converter' shadows outer function |
src/icu-decoder.hh |
37 | uninitMemberVar | 398 | warning | Member variable 'ICUDecoder::m_u32_buffer' is not initialized in the constructor. |
37 | uninitMemberVar | 398 | warning | Member variable 'ICUDecoder::m_u16_buffer' is not initialized in the constructor. |
src/mev.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
192 | constParameterPointer | 398 | style | Parameter 'data' can be declared as pointer to const |
src/minifont.cc |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
993 | constVariable | 398 | style | Variable 'coords' can be declared as const array |
src/missing.cc |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
157 | constVariablePointer | 398 | style | Variable 'de' can be declared as pointer to const |
163 | pointerOutOfBounds | 758 | portability | Undefined behaviour, pointer arithmetic 'buf+pos' is out of bounds. |
163 | cstyleCast | 398 | style | C-style pointer casting |
206 | cstyleCast | 398 | style | C-style pointer casting |
src/parser-string.hh |
48 | cstyleCast | 398 | style | C-style pointer casting |
79 | cstyleCast | 398 | style | C-style pointer casting |
109 | constParameterPointer | 398 | style | Parameter 'str' can be declared as pointer to const |
src/parser.cc |
536 | constParameterPointer | 398 | style | Parameter 'parser' can be declared as pointer to const |
624 | constParameterCallback | 398 | style | Parameter 'parser' can be declared as pointer to const. However it seems that 'parser_clear' is a callback function, if 'parser' is declared with const you might also need to cast function pointer(s). |
661 | syntaxError | | error | syntax error |
src/reaper.cc |
42 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it. |
src/reflect.c |
44 | constParameterPointer | 398 | style | Parameter 'widget' can be declared as pointer to const |
217 | constParameterPointer | 398 | style | Parameter 'terminal' can be declared as pointer to const |
230 | constParameterPointer | 398 | style | Parameter 'terminal' can be declared as pointer to const |
src/refptr-test.cc |
37 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it. |
src/slowcat.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
src/urlencode.cc |
44 | redundantInitialization | 563 | style | Redundant initialization for 'ch'. The initialized value is overwritten before it is read. |