Sketch: Fix creating the shape of a sketch #158
Annotations
14 errors and 32 warnings
|
|
|
|
|
|
src/Gui/Application.cpp#L76
'GuiInitScript.h' file not found [clang-diagnostic-error]
|
src/Gui/DlgAddPropertyVarSet.cpp#L38
'ui_DlgAddPropertyVarSet.h' file not found [clang-diagnostic-error]
|
src/Gui/MainWindow.cpp#L2721
'moc_MainWindow.cpp' file not found [clang-diagnostic-error]
|
src/Gui/PreferencePages/DlgSettingsGeneral.cpp#L61
'ui_DlgSettingsGeneral.h' file not found [clang-diagnostic-error]
|
src/Gui/Splashscreen.cpp#L55
'ui_AboutApplication.h' file not found [clang-diagnostic-error]
|
src/Gui/TextDocumentEditorView.cpp#L218
'moc_TextDocumentEditorView.cpp' file not found [clang-diagnostic-error]
|
src/Gui/Tree.cpp#L5823
'moc_Tree.cpp' file not found [clang-diagnostic-error]
|
|
src/Gui/Language/FreeCAD_ca.ts#L5724
<translation>%1. <-- trailing whitespace
|
src/Gui/Language/FreeCAD_ca.ts#L12520
<translation>Trieu la vostra preferència per a la mida de la icona de la barra d’eines. Podeu ajustar <-- trailing whitespace
|
src/Gui/Language/FreeCAD_cs.ts#L1779
<translation>'%1'. <-- trailing whitespace
|
src/Gui/Language/FreeCAD_cs.ts#L2902
Zadaná hodnota je koeficient pro vynásobení velikosti <-- trailing whitespace
|
src/Gui/Language/FreeCAD_cs.ts#L3447
Pouze když je propojený dokument automaticky otevřen společně s hlavním <-- trailing whitespace
|
src/Gui/Language/FreeCAD_cs.ts#L3449
Částečně načtený dokument nemůže být upravován. Plně jej načtete <-- trailing whitespace
|
src/Gui/Language/FreeCAD_cs.ts#L4696
<translation>Stiskem tlačítka "Začni obnovení" spustíte obnovení dokumentu uvedeného níže. <-- trailing whitespace
|
src/Gui/Language/FreeCAD_cs.ts#L7973
<translation>Některé výrazy se nepodařilo analyzovat. <-- trailing whitespace
|
src/Gui/Language/FreeCAD_cs.ts#L8726
<translation>Synchronizovat původní konfigurovatelný zdrojový objekt tím, <-- trailing whitespace
|
src/Gui/Language/FreeCAD_cs.ts#L8727
že se vytvoří nová kopie. Vemte v úvahu, že změny vykonané <-- trailing whitespace
|
src/Gui/Application.cpp#L2280
QTimer::singleShot(0, &mw, SLOT(delayedStartup())); <--Consider using Functor-Based Connections
|
src/Gui/Tree.cpp#L1071
objitem->object()->setupContextMenu(&editMenu, this, SLOT(onStartEditing()));
|
build/_deps/fmt-src/include/fmt/core.h#L971
fmt::detail::iterator_buffer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
|
build/_deps/fmt-src/include/fmt/core.h#L1002
fmt::detail::iterator_buffer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
|
build/_deps/fmt-src/include/fmt/core.h#L2095
Returning a void expression [-Wclazy-returning-void-expression]
|
build/_deps/fmt-src/include/fmt/core.h#L2197
fmt::detail::specs_setter has copy-ctor but not dtor, copy-assignment [-Wclazy-rule-of-three]
|
build/_deps/fmt-src/include/fmt/core.h#L2233
fmt::detail::dynamic_specs_handler has copy-ctor but not dtor, copy-assignment [-Wclazy-rule-of-three]
|
build/_deps/fmt-src/include/fmt/core.h#L3126
Pass small and trivially-copyable type by value (const signed char &) [-Wclazy-function-args-by-value]
|
build/_deps/fmt-src/include/fmt/core.h#L3127
Pass small and trivially-copyable type by value (const unsigned char &) [-Wclazy-function-args-by-value]
|
build/_deps/fmt-src/include/fmt/core.h#L3128
Pass small and trivially-copyable type by value (const short &) [-Wclazy-function-args-by-value]
|
build/_deps/fmt-src/include/fmt/core.h#L3129
Pass small and trivially-copyable type by value (const unsigned short &) [-Wclazy-function-args-by-value]
|
build/_deps/fmt-src/include/fmt/core.h#L3130
Pass small and trivially-copyable type by value (const long &) [-Wclazy-function-args-by-value]
|
build/src/Gui/ViewProviderPy.h#L228
function 'Gui::ViewProviderPy::setCustomAttributes' has a definition with different parameter names [readability-inconsistent-declaration-parameter-name]
|
src/Gui/Application.cpp#L148
constructor does not initialize these fields: map [cppcoreguidelines-pro-type-member-init]
|
src/Gui/Application.cpp#L156
do not use const_cast [cppcoreguidelines-pro-type-const-cast]
|
src/Gui/Application.cpp#L164
do not use const_cast [cppcoreguidelines-pro-type-const-cast]
|
src/Gui/Application.cpp#L186
class 'ApplicationP' 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]
|
src/Gui/Application.cpp#L188
constructor does not initialize these fields: documents, passive [cppcoreguidelines-pro-type-member-init]
|
src/Gui/Application.cpp#L222
32 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
|
src/Gui/Application.cpp#L227
variable 'o' is not initialized [cppcoreguidelines-init-variables]
|
src/Gui/Application.cpp#L227
variable name 'o' is too short, expected at least 2 characters [readability-identifier-length]
|
src/Gui/Application.cpp#L228
do not call c-style vararg functions [cppcoreguidelines-pro-type-vararg]
|
This job succeeded
Loading