Part/Toponaming: Fix Windows build #654
Annotations
6 errors and 30 warnings
Cpplint
Process completed with exit code 1.
|
Clang-tidy:
src/Mod/TechDraw/Gui/MDIViewPage.cpp#L1103
'Mod/TechDraw/Gui/moc_MDIViewPage.cpp' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Mod/TechDraw/Gui/QGIView.cpp#L765
'Mod/TechDraw/Gui/moc_QGIView.cpp' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Mod/TechDraw/Gui/QGIViewBalloon.cpp#L970
'Mod/TechDraw/Gui/moc_QGIViewBalloon.cpp' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Mod/TechDraw/Gui/QGIViewDimension.cpp#L2753
'Mod/TechDraw/Gui/moc_QGIViewDimension.cpp' file not found [clang-diagnostic-error]
|
Clang-tidy
Process completed with exit code 1.
|
Cpplint:
src/Mod/Part/App/TopoShape.h#L83
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
|
Cpplint:
src/Mod/Part/App/TopoShape.h#L107
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
|
Cpplint:
src/Mod/Sketcher/Gui/DrawSketchHandlerBSpline.h#L432
Never use sprintf. Use snprintf instead. [runtime/printf] [5]
|
Cpplint:
src/Mod/Sketcher/Gui/DrawSketchHandlerBSplineByInterpolation.h#L430
Never use sprintf. Use snprintf instead. [runtime/printf] [5]
|
Cpplint:
src/Mod/TechDraw/App/ShapeExtractor.cpp#L66
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
|
Cpplint:
src/Mod/TechDraw/App/ShapeExtractor.cpp#L101
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
|
Cpplint:
src/Mod/TechDraw/App/ShapeExtractor.cpp#L126
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
|
Cpplint:
src/Mod/TechDraw/App/ShapeExtractor.cpp#L176
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
|
Cpplint:
src/Mod/TechDraw/App/ShapeExtractor.cpp#L281
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
|
Cpplint:
src/Mod/TechDraw/App/ShapeExtractor.cpp#L293
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
|
Clazy:
src/Mod/Part/App/TopoShapeExpansion.cpp#L30
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
non-POD static (SymbolExpr) [-Wclazy-non-pod-global-static]
|
Clazy
non-POD static (all_t) [-Wclazy-non-pod-global-static]
|
Clazy
non-POD static (SymbolExpr) [-Wclazy-non-pod-global-static]
|
Clazy
non-POD static (all_t) [-Wclazy-non-pod-global-static]
|
Clazy:
src/Mod/Sketcher/Gui/DrawSketchHandlerBSplineByInterpolation.h#L519
Use multi-arg instead [-Wclazy-qstring-arg]
|
Clazy
non-POD static (SymbolExpr) [-Wclazy-non-pod-global-static]
|
Clazy
non-POD static (all_t) [-Wclazy-non-pod-global-static]
|
Clang-tidy:
src/Mod/Part/App/TopoShape.h#L54
class 'NullShapeException' defines a 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/Mod/Part/App/TopoShape.h#L67
class 'BooleanException' defines a 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/Mod/Part/App/TopoShape.h#L80
variable 'classTypeId' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables]
|
Clang-tidy
note: expanded from macro 'TYPESYSTEM_HEADER_WITH_OVERRIDE'
|
Clang-tidy:
src/Mod/Part/App/TopoShape.h#L83
single-argument constructors must be marked explicit to avoid unintentional implicit conversions [google-explicit-constructor]
|
Clang-tidy:
src/Mod/Part/App/TopoShape.h#L83
pass by value and use std::move [modernize-pass-by-value]
|
Clang-tidy:
src/Mod/Part/App/TopoShape.h#L101
class 'TopoShape' defines a non-default destructor, a copy constructor and a copy assignment operator but does not define a move constructor or a move assignment operator [cppcoreguidelines-special-member-functions]
|
Clang-tidy:
src/Mod/Part/App/TopoShape.h#L103
variable 'classTypeId' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables]
|
Clang-tidy
note: expanded from macro 'TYPESYSTEM_HEADER_WITH_OVERRIDE'
|
Clang-tidy:
src/Mod/Part/App/TopoShape.h#L107
single-argument constructors must be marked explicit to avoid unintentional implicit conversions [google-explicit-constructor]
|
The logs for this run have expired and are no longer available.
Loading