Gui: Support of converting 64-bit images #167
Annotations
19 errors and 31 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.
|
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.
|
Clazy:
src/Gui/PreferencePackManager.h#L234
unknown type name 'Q_DECLARE_METATYPE'
|
Clazy:
src/Gui/PreferencePackManager.h#L234
no member named 'TemplateFile' in 'Gui::PreferencePackManager'
|
Clazy:
src/Gui/PreferencePackManager.h#L234
expected ';' after top level declarator
|
Clazy
Process completed with exit code 1.
|
Clang-tidy:
src/App/Application.cpp#L134
'Build/Version.h' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/DlgAbout.cpp#L58
'ui_AboutApplication.h' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/DlgPreferencePackManagementImp.cpp#L29
'ui_DlgPreferencePackManagement.h' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/PreferencePackManager.h#L234
unknown type name 'Q_DECLARE_METATYPE' [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/PreferencePackManager.h#L234
no member named 'TemplateFile' in 'Gui::PreferencePackManager' [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/PreferencePackManager.h#L234
expected ';' after top level declarator [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/PreferencePages/DlgSettingsAdvanced.cpp#L513
'moc_DlgSettingsAdvanced.cpp' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/TaskElementColors.cpp#L35
'ui_TaskElementColors.h' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/View3DInventorViewer.cpp#L4205
'moc_View3DInventorViewer.cpp' file not found [clang-diagnostic-error]
|
Check for trailing whitespaces:
src/Gui/Inventor/SoFCTransform.h#L36
* <-- trailing whitespace
|
Check for trailing whitespaces:
src/Gui/Inventor/SoFCTransform.h#L40
* <-- trailing whitespace
|
Check for trailing whitespaces:
src/Mod/BIM/Resources/geometry/HumanFigure.brep#L6
1 0 0 0 <-- trailing whitespace
|
Check for trailing whitespaces:
src/Mod/BIM/Resources/geometry/HumanFigure.brep#L7
0 1 0 0 <-- trailing whitespace
|
Check for trailing whitespaces:
src/Mod/BIM/Resources/geometry/HumanFigure.brep#L8
0 0 1 0 <-- trailing whitespace
|
Check for trailing whitespaces:
src/Mod/BIM/Resources/geometry/HumanFigure.brep#L10
1 0 0 0 <-- trailing whitespace
|
Check for trailing whitespaces:
src/Mod/BIM/Resources/geometry/HumanFigure.brep#L11
0 1 0 0 <-- trailing whitespace
|
Check for trailing whitespaces:
src/Mod/BIM/Resources/geometry/HumanFigure.brep#L12
0 0 1 0 <-- trailing whitespace
|
Check for trailing whitespaces:
src/Mod/BIM/Resources/geometry/HumanFigure.brep#L15
1 -3.06161699786838e-17 -3.06161699786838e-17 -25.6232564777987 <-- trailing whitespace
|
Check for trailing whitespaces:
src/Mod/BIM/Resources/geometry/HumanFigure.brep#L16
-3.06161699786838e-17 2.22044604925031e-16 -1 0 <-- trailing whitespace
|
Check old Qt string-based connections (https://wiki.qt.io/New_Signal_Slot_Syntax):
src/Tools/params_utils.py#L980
connect({self.param_bool.widget_name}, SIGNAL(toggled(bool)), {param.widget_name}, SLOT(setEnabled(bool)));""" <--Consider using Functor-Based Connections
|
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/App/Application.cpp#L183
do not declare C-style arrays, use std::array<> instead [cppcoreguidelines-avoid-c-arrays,modernize-avoid-c-arrays]
|
Clang-tidy:
src/App/Application.cpp#L192
do not declare C-style arrays, use std::array<> instead [cppcoreguidelines-avoid-c-arrays,modernize-avoid-c-arrays]
|
Clang-tidy:
src/App/Application.cpp#L200
do not declare C-style arrays, use std::array<> instead [cppcoreguidelines-avoid-c-arrays,modernize-avoid-c-arrays]
|
Clang-tidy:
src/App/Application.cpp#L213
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay]
|
Clang-tidy:
src/App/Application.cpp#L227
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay]
|
Clang-tidy:
src/App/Application.cpp#L264
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay]
|
Clang-tidy:
src/App/Application.cpp#L276
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay]
|
Clang-tidy:
src/App/Application.cpp#L277
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay]
|
Clang-tidy:
src/App/Application.cpp#L291
static member accessed through instance [readability-static-accessed-through-instance]
|
Clang-tidy:
src/App/Application.cpp#L292
static member accessed through instance [readability-static-accessed-through-instance]
|
Loading