Part 3 #27
Annotations
11 errors and 30 warnings
Cpplint
Process completed with exit code 1.
|
Clang-tidy:
src/Gui/CallTips.cpp#L755
'moc_CallTips.cpp' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/DlgUnitsCalculatorImp.cpp#L32
'ui_DlgUnitsCalculator.h' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/DocumentRecovery.cpp#L60
'ui_DocumentRecovery.h' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/EditorView.cpp#L863
'moc_EditorView.cpp' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/ExpressionCompleter.cpp#L1103
'moc_ExpressionCompleter.cpp' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/FileDialog.cpp#L1066
'moc_FileDialog.cpp' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/GraphvizView.cpp#L575
'moc_GraphvizView.cpp' 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/MDIView.cpp#L461
'moc_MDIView.cpp' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/MainWindow.cpp#L2687
'moc_MainWindow.cpp' file not found [clang-diagnostic-error]
|
Cpplint:
src/Gui/Document.cpp#L27
<mutex> is an unapproved C++11 header. [build/c++11] [5]
|
Cpplint:
src/Gui/DocumentRecovery.cpp#L71
Static/global string variables are not permitted. [runtime/string] [4]
|
Cpplint:
src/Gui/GraphvizView.cpp#L341
Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
|
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/MainWindow.cpp#L336
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
|
Clazy
fatal error: 'moc_CallTips.cpp' file not found
|
Clazy
fatal error: 'ui_DlgUnitsCalculator.h' file not found
|
Clazy:
src/Gui/Document.cpp#L70
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
fatal error: 'ui_DocumentRecovery.h' file not found
|
Clazy
fatal error: 'moc_EditorView.cpp' 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'
|
Clang-tidy:
src/Gui/CallTips.cpp#L62
class 'Temporary' 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/Gui/CallTips.cpp#L145
statement should be inside braces [readability-braces-around-statements]
|
Clang-tidy:
src/Gui/CallTips.cpp#L164
statement should be inside braces [readability-braces-around-statements]
|
Clang-tidy:
src/Gui/CallTips.cpp#L179
method 'extractContext' can be made static [readability-convert-member-functions-to-static]
|
Clang-tidy:
src/Gui/CallTips.cpp#L186
48 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
|
Clang-tidy:
src/Gui/CallTips.cpp#L186
57 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
|
Clang-tidy:
src/Gui/CallTips.cpp#L187
65 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
|
Clang-tidy:
src/Gui/CallTips.cpp#L187
90 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
|
Clang-tidy:
src/Gui/CallTips.cpp#L188
97 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
|
Clang-tidy:
src/Gui/CallTips.cpp#L188
122 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
|
Loading