| /builds/pid/gui/wui-cpp/include/wui_cpp/wui-cpp/widgets/button_group.h |
| 68 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |
| 68 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |
| /builds/pid/gui/wui-cpp/include/wui_cpp/wui-cpp/widgets/number_input.h |
| 17 | useInitializationList | 398 | performance | Variable 'internal_state_' is assigned in constructor body. Consider performing initialization in initialization list. |
| 17 | useInitializationList | 398 | performance | Variable 'internal_state_' is assigned in constructor body. Consider performing initialization in initialization list. |
| /builds/pid/gui/wui-cpp/include/wui_cpp/wui-cpp/widgets/range.h |
| 17 | useInitializationList | 398 | performance | Variable 'internal_state_' is assigned in constructor body. Consider performing initialization in initialization list. |
| 17 | useInitializationList | 398 | performance | Variable 'internal_state_' is assigned in constructor body. Consider performing initialization in initialization list. |
| /builds/pid/gui/wui-cpp/include/wui_cpp/wui-cpp/widgets/slider.h |
| 13 | useInitializationList | 398 | performance | Variable 'internal_state_' is assigned in constructor body. Consider performing initialization in initialization list. |
| 13 | useInitializationList | 398 | performance | Variable 'internal_state_' is assigned in constructor body. Consider performing initialization in initialization list. |
| /builds/pid/gui/wui-cpp/include/wui_cpp/wui-cpp/widgets/tabs.h |
| 14 | noExplicitConstructor | 398 | style | Class 'Tabs' has a constructor with 1 argument that is not explicit. |
| 14 | noExplicitConstructor | 398 | style | Class 'Tabs' has a constructor with 1 argument that is not explicit. |
| /builds/pid/gui/wui-cpp/include/wui_cpp/wui-cpp/widgets/widget.h |
| 30 | unusedStructMember | 563 | style | class member 'Widget::id_' is never used. |
| 30 | unusedStructMember | 563 | style | class member 'Widget::id_' is never used. |
| 31 | unusedStructMember | 563 | style | class member 'Widget::name_' is never used. |
| 31 | unusedStructMember | 563 | style | class member 'Widget::name_' is never used. |
| 32 | unusedStructMember | 563 | style | class member 'Widget::container_' is never used. |
| 32 | unusedStructMember | 563 | style | class member 'Widget::container_' is never used. |
| /builds/pid/gui/wui-cpp/include/wui_cpp/wui-cpp/widgets/widget_container.h |
| 10 | uninitMemberVar | 398 | warning | Member variable 'WidgetContainer::server_' is not initialized in the constructor. |
| 10 | noExplicitConstructor | 398 | style | Class 'WidgetContainer' has a constructor with 1 argument that is not explicit. |
| 10 | uninitMemberVar | 398 | warning | Member variable 'WidgetContainer::server_' is not initialized in the constructor. |
| 10 | noExplicitConstructor | 398 | style | Class 'WidgetContainer' has a constructor with 1 argument that is not explicit. |
| 15 | unusedStructMember | 563 | style | class member 'WidgetContainer::server_' is never used. |
| 15 | unusedStructMember | 563 | style | class member 'WidgetContainer::server_' is never used. |
| /builds/pid/gui/wui-cpp/src/wui_cpp/server.cpp |
| 54 | variableScope | 398 | style | The scope of the variable 'header' can be reduced. |
| 54 | variableScope | 398 | style | The scope of the variable 'header' can be reduced. |
| /builds/pid/gui/wui-cpp/src/wui_cpp/widgets/widget.cpp |
| 10 | uninitMemberVar | 398 | warning | Member variable 'Widget::id_' is not initialized in the constructor. |
| 10 | uninitMemberVar | 398 | warning | Member variable 'Widget::id_' is not initialized in the constructor. |
| 11 | useInitializationList | 398 | performance | Variable 'update_' is assigned in constructor body. Consider performing initialization in initialization list. |
| 11 | useInitializationList | 398 | performance | Variable 'update_' is assigned in constructor body. Consider performing initialization in initialization list. |