part 5 #29
Annotations
7 errors and 43 warnings
Codespell
Process completed with exit code 1.
|
Check for trailing whitespaces
Process completed with exit code 1.
|
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 1.
|
Clang-tidy:
src/App/Application.cpp#L132
'Build/Version.h' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/InputField.cpp#L779
'moc_InputField.cpp' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/InputVector.cpp#L32
'ui_InputVector.h' file not found [clang-diagnostic-error]
|
Codespell:
src/Gui/SoFCCSysDragger.cpp#L364
incrementIn ==> incrementing, increment in
|
Codespell:
src/Gui/SoFCCSysDragger.cpp#L372
incrementIn ==> incrementing, increment in
|
Codespell:
src/Gui/SoFCCSysDragger.cpp#L373
incrementIn ==> incrementing, increment in
|
Codespell:
src/Gui/SoFCCSysDragger.cpp#L374
incrementIn ==> incrementing, increment in
|
Codespell:
src/Gui/SoFCCSysDragger.cpp#L375
incrementIn ==> incrementing, increment in
|
Codespell:
src/Gui/SoFCCSysDragger.cpp#L384
incrementIn ==> incrementing, increment in
|
Codespell:
src/Gui/SoFCCSysDragger.cpp#L652
incrementIn ==> incrementing, increment in
|
Codespell:
src/Gui/SoFCCSysDragger.cpp#L657
incrementIn ==> incrementing, increment in
|
Codespell:
src/Gui/SoFCCSysDragger.cpp#L658
incrementIn ==> incrementing, increment in
|
Codespell:
src/Gui/SoFCCSysDragger.cpp#L659
incrementIn ==> incrementing, increment in
|
Check for trailing whitespaces:
src/Gui/PreferencePages/DlgSettingsEditor.cpp#L55
* Based on <-- trailing whitespace
|
Check for trailing whitespaces:
src/Gui/PreferencePages/DlgSettingsWorkbenchesImp.cpp#L127
<-- trailing whitespace
|
Check old Qt string-based connections (https://wiki.qt.io/New_Signal_Slot_Syntax):
src/Gui/ReportView.cpp#L634
QAction* showCriticalAct = showOnMenu->addAction(tr("Critical messages"), this, SLOT(onToggleShowReportViewOnCritical()));
|
Cpplint:
src/Gui/InputField.cpp#L327
If you can, use sizeof(hist1) instead of 20 as the 2nd arg to snprintf. [runtime/printf] [3]
|
Cpplint:
src/Gui/InputField.cpp#L328
If you can, use sizeof(hist0) instead of 20 as the 2nd arg to snprintf. [runtime/printf] [3]
|
Cpplint:
src/Gui/InputField.cpp#L345
If you can, use sizeof(hist) instead of 20 as the 2nd arg to snprintf. [runtime/printf] [3]
|
Cpplint:
src/Gui/InputField.cpp#L375
If you can, use sizeof(hist1) instead of 20 as the 2nd arg to snprintf. [runtime/printf] [3]
|
Cpplint:
src/Gui/InputField.cpp#L376
If you can, use sizeof(hist0) instead of 20 as the 2nd arg to snprintf. [runtime/printf] [3]
|
Cpplint:
src/Gui/InputField.cpp#L393
If you can, use sizeof(hist) instead of 20 as the 2nd arg to snprintf. [runtime/printf] [3]
|
Cpplint:
src/Gui/InputVector.h#L45
Constructors callable with one argument should be marked explicit. [runtime/explicit] [5]
|
Cpplint:
src/Gui/InputVector.h#L83
Constructors callable with one argument should be marked explicit. [runtime/explicit] [5]
|
Cpplint:
src/Gui/InputVector.h#L116
Constructors callable with one argument should be marked explicit. [runtime/explicit] [5]
|
Cpplint:
src/Gui/InputVector.h#L245
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
|
Clazy
fatal error: 'Build/Version.h' file not found
|
Clazy:
src/Gui/ExpressionBinding.cpp#L44
non-POD static (LogLevel) [-Wclazy-non-pod-global-static]
|
Clazy
note: expanded from macro 'FC_LOG_LEVEL_INIT'
|
Clazy
note: expanded from macro '_FC_LOG_LEVEL_INIT'
|
Clazy:
src/Gui/ExpressionBinding.cpp#L311
Argument passed to QLatin1String::arg() will be implicitly cast to QChar [-Wclazy-qstring-arg]
|
Clazy:
src/Gui/ExpressionBinding.cpp#L314
Argument passed to QLatin1String::arg() will be implicitly cast to QChar [-Wclazy-qstring-arg]
|
Clazy
fatal error: 'moc_InputField.cpp' file not found
|
Clazy
fatal error: 'ui_InputVector.h' file not found
|
Clazy
non-POD static (SymbolExpr) [-Wclazy-non-pod-global-static]
|
Clazy
non-POD static (all_t) [-Wclazy-non-pod-global-static]
|
Clang-tidy:
src/App/Application.cpp#L153
variable '_s_fclvl' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables]
|
Clang-tidy
note: expanded from macro 'FC_LOG_LEVEL_INIT'
|
Clang-tidy
note: expanded from macro 'FC_LOG_INSTANCE'
|
Clang-tidy:
src/App/Application.cpp#L167
variable '_pcSysParamMngr' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables]
|
Clang-tidy:
src/App/Application.cpp#L168
variable '_pcUserParamMngr' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables]
|
Clang-tidy:
src/App/Application.cpp#L169
variable '_pConsoleObserverStd' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables]
|
Clang-tidy:
src/App/Application.cpp#L169
variable '_pConsoleObserverStd' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables]
|
Clang-tidy:
src/App/Application.cpp#L170
variable '_pConsoleObserverFile' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables]
|
Clang-tidy:
src/App/Application.cpp#L170
variable '_pConsoleObserverFile' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables]
|
Clang-tidy:
src/App/Application.cpp#L172
variable 'mConfig' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables]
|
Loading