Gui: Support of converting 64-bit images #1533
Annotations
9 errors and 22 warnings
Codespell
Process completed with exit code 2.
|
Check for trailing whitespaces
Process completed with exit code 1.
|
Black (Python)
Process completed with exit code 2.
|
Pylint
Process completed with exit code 2.
|
Cpplint
Process completed with exit code 2.
|
Clang-tidy:
src/Gui/TaskElementColors.cpp#L35
'ui_TaskElementColors.h' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Mod/PartDesign/Gui/TaskDressUpParameters.cpp#L509
'moc_TaskDressUpParameters.cpp' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Mod/PartDesign/Gui/TaskExtrudeParameters.cpp#L36
'ui_TaskPadPocketParameters.h' file not found [clang-diagnostic-error]
|
Clang-tidy
Process completed with exit code 1.
|
Check for trailing whitespaces:
src/Gui/Inventor/SoFCTransform.h#L36
* <-- trailing whitespace
|
Check for trailing whitespaces:
src/Gui/Inventor/SoFCTransform.h#L40
* <-- trailing whitespace
|
Clazy:
src/CXX/Python3/Objects.hxx#L1021
Pass small and trivially-copyable type by value (const Py_complex &) [-Wclazy-function-args-by-value]
|
Clazy:
src/CXX/Python3/Objects.hxx#L2970
Missing reference on non-trivial type (class Py::List) [-Wclazy-function-args-by-ref]
|
Clazy:
src/CXX/Python3/Objects.hxx#L3075
Missing reference on non-trivial type (class Py::List) [-Wclazy-function-args-by-ref]
|
Clazy:
src/CXX/Python3/Objects.hxx#L3542
Pass small and trivially-copyable type by value (const class Py::BaseException &) [-Wclazy-function-args-by-value]
|
Clazy:
src/CXX/Python3/Objects.hxx#L3553
Pass small and trivially-copyable type by value (const class Py::BaseException &) [-Wclazy-function-args-by-value]
|
Clazy:
src/CXX/Python3/Objects.hxx#L3564
Pass small and trivially-copyable type by value (const class Py::BaseException &) [-Wclazy-function-args-by-value]
|
Clazy:
src/CXX/Python3/ExtensionType.hxx#L114
Py::ExtensionClassMethodsTable has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
|
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]
|
Clang-tidy:
src/Base/Tools.cpp#L52
parameter name 's' is too short, expected at least 2 characters [readability-identifier-length]
|
Clang-tidy:
src/Base/Tools.cpp#L54
variable name 'n' is too short, expected at least 2 characters [readability-identifier-length]
|
Clang-tidy:
src/Base/Tools.cpp#L60
variable name 'd' is too short, expected at least 2 characters [readability-identifier-length]
|
Clang-tidy:
src/Base/Tools.cpp#L60
48 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
|
Clang-tidy:
src/Base/Tools.cpp#L62
narrowing conversion from 'int' to signed type 'char' is implementation-defined [bugprone-narrowing-conversions,cppcoreguidelines-narrowing-conversions]
|
Clang-tidy:
src/Base/Tools.cpp#L62
10 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
|
Clang-tidy:
src/Base/Tools.cpp#L62
48 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
|
Clang-tidy:
src/Base/Tools.cpp#L63
10 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
|
Clang-tidy:
src/Base/Tools.cpp#L66
variable name 'b' is too short, expected at least 2 characters [readability-identifier-length]
|
Clang-tidy:
src/Base/Tools.cpp#L68
narrowing conversion from 'int' to signed type '__gnu_cxx::__alloc_traits<std::allocator<char>, char>::value_type' (aka 'char') is implementation-defined [bugprone-narrowing-conversions,cppcoreguidelines-narrowing-conversions]
|
Loading