Coverity scan: Uninitialized scalar variable #1501
Annotations
5 errors and 21 warnings
Codespell
Process completed with exit code 2.
|
Check old Qt string-based connections (https://wiki.qt.io/New_Signal_Slot_Syntax)
Process completed with exit code 1.
|
Cpplint
Process completed with exit code 2.
|
Clang-tidy:
src/Mod/Sketcher/Gui/TaskSketcherConstraints.cpp#L56
'ui_TaskSketcherConstraints.h' file not found [clang-diagnostic-error]
|
Clang-tidy
Process completed with exit code 1.
|
Check old Qt string-based connections (https://wiki.qt.io/New_Signal_Slot_Syntax):
src/Mod/Sketcher/Gui/TaskSketcherConstraints.cpp#L77
QAction* constr_##FUNC = menu.addAction(icon_##FUNC, tr(NAMESTR), this, SLOT(FUNC())); \
|
Clazy:
src/Base/Type.h#L119
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
Clazy:
src/Base/Type.h#L150
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
Clazy:
src/Base/Type.h#L155
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
Clazy:
src/Base/Type.h#L160
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
Clazy:
src/Base/Type.h#L165
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
Clazy:
src/Base/Type.h#L170
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
Clazy:
src/Base/Type.h#L175
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
Clazy:
src/Base/TimeInfo.h#L70
Pass small and trivially-copyable type by value (const class Base::TimeInfo &) [-Wclazy-function-args-by-value]
|
Clazy:
src/Base/TimeInfo.h#L70
Pass small and trivially-copyable type by value (const class Base::TimeInfo &) [-Wclazy-function-args-by-value]
|
Clazy:
src/Base/TimeInfo.h#L76
Pass small and trivially-copyable type by value (const class Base::TimeInfo &) [-Wclazy-function-args-by-value]
|
Clang-tidy:
src/Mod/Assembly/Gui/ViewProviderAssembly.h#L48
class 'MovingObject' defines a non-default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator [cppcoreguidelines-special-member-functions]
|
Clang-tidy:
src/Mod/Assembly/Gui/ViewProviderAssembly.h#L57
parameter name 'o' is too short, expected at least 2 characters [readability-identifier-length]
|
Clang-tidy:
src/Mod/Assembly/Gui/ViewProviderAssembly.h#L58
parameter name 'p' is too short, expected at least 2 characters [readability-identifier-length]
|
Clang-tidy:
src/Mod/Assembly/Gui/ViewProviderAssembly.h#L60
parameter name 's' is too short, expected at least 2 characters [readability-identifier-length]
|
Clang-tidy:
src/Mod/Assembly/Gui/ViewProviderAssembly.h#L75
use '= default' to define a trivial destructor [modernize-use-equals-default]
|
Clang-tidy:
src/Mod/Assembly/Gui/ViewProviderAssembly.h#L79
class 'ViewProviderAssembly' defines a non-default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator [cppcoreguidelines-special-member-functions]
|
Clang-tidy:
src/Mod/Assembly/Gui/ViewProviderAssembly.h#L114
all parameters should be named in a function [readability-named-parameter]
|
Clang-tidy:
src/Mod/Assembly/Gui/ViewProviderAssembly.h#L123
all parameters should be named in a function [readability-named-parameter]
|
Clang-tidy:
src/Mod/Assembly/Gui/ViewProviderAssembly.h#L189
parameter name 'd' is too short, expected at least 2 characters [readability-identifier-length]
|
Clang-tidy:
src/Mod/CAM/libarea/Adaptive.cpp#L39
macro 'SAME_POINT_TOL_SQRD_SCALED' used to declare a constant; consider using a 'constexpr' constant [cppcoreguidelines-macro-usage]
|
Loading