/builds/pid/gui/wui-cpp/include/wui_cpp/wui-cpp/widgets/range.h |
16 | useInitializationList | 398 | performance | Variable 'internal_state_' is assigned in constructor body. Consider performing initialization in initialization list. |
16 | 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 |
12 | noExplicitConstructor | 398 | style | Class 'Tabs' has a constructor with 1 argument that is not explicit. |
12 | 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 |
29 | unusedStructMember | 563 | style | class member 'Widget::id_' is never used. |
29 | unusedStructMember | 563 | style | class member 'Widget::id_' is never used. |
30 | unusedStructMember | 563 | style | class member 'Widget::name_' is never used. |
30 | unusedStructMember | 563 | style | class member 'Widget::name_' is never used. |
31 | unusedStructMember | 563 | style | class member 'Widget::container_' is never used. |
31 | unusedStructMember | 563 | style | class member 'Widget::container_' is never used. |
/builds/pid/gui/wui-cpp/include/wui_cpp/wui-cpp/widgets/widget_container.h |
11 | uninitMemberVar | 398 | warning | Member variable 'WidgetContainer::server_' is not initialized in the constructor. |
11 | noExplicitConstructor | 398 | style | Class 'WidgetContainer' has a constructor with 1 argument that is not explicit. |
11 | uninitMemberVar | 398 | warning | Member variable 'WidgetContainer::server_' is not initialized in the constructor. |
11 | noExplicitConstructor | 398 | style | Class 'WidgetContainer' has a constructor with 1 argument that is not explicit. |
16 | unusedStructMember | 563 | style | class member 'WidgetContainer::server_' is never used. |
16 | unusedStructMember | 563 | style | class member 'WidgetContainer::server_' is never used. |
/builds/pid/gui/wui-cpp/src/wui_cpp/server.cpp |
53 | variableScope | 398 | style | The scope of the variable 'header' can be reduced. |
53 | 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. |