LineIdCWESeverityMessage
/builds/robocop/robocop-core/apps/app-config-generator/cli_parser.h
3missingIncludeSysteminformationInclude file: <string> not found. Please note: Cppcheck does not need standard library headers to get proper results.
4missingIncludeSysteminformationInclude file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results.
/builds/robocop/robocop-core/apps/app-config-generator/generate_processors_source.cpp
8missingIncludeSysteminformationInclude file: <cctype> not found. Please note: Cppcheck does not need standard library headers to get proper results.
/builds/robocop/robocop-core/apps/app-config-generator/generate_processors_source.h
5missingIncludeSysteminformationInclude file: <string> not found. Please note: Cppcheck does not need standard library headers to get proper results.
6missingIncludeSysteminformationInclude file: <utility> not found. Please note: Cppcheck does not need standard library headers to get proper results.
/builds/robocop/robocop-core/apps/app-config-generator/model_namespace.cpp
3missingIncludeSysteminformationInclude file: <cassert> not found. Please note: Cppcheck does not need standard library headers to get proper results.
4missingIncludeSysteminformationInclude file: <cmath> not found. Please note: Cppcheck does not need standard library headers to get proper results.
5missingIncludeSysteminformationInclude file: <iterator> not found. Please note: Cppcheck does not need standard library headers to get proper results.
/builds/robocop/robocop-core/apps/app-config-generator/model_namespace.h
3missingIncludeSysteminformationInclude file: <optional> not found. Please note: Cppcheck does not need standard library headers to get proper results.
4missingIncludeSysteminformationInclude file: <string> not found. Please note: Cppcheck does not need standard library headers to get proper results.
5missingIncludeSysteminformationInclude file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results.
23unusedStructMember563styleclass member 'ModelNamespace::namespaces_' is never used.
/builds/robocop/robocop-core/apps/app-config-generator/module_loader.h
3missingIncludeSysteminformationInclude file: <string> not found. Please note: Cppcheck does not need standard library headers to get proper results.
4missingIncludeSysteminformationInclude file: <string_view> not found. Please note: Cppcheck does not need standard library headers to get proper results.
24unusedStructMember563styleclass member 'ModuleLoader::handle_' is never used.
/builds/robocop/robocop-core/apps/app-config-generator/processor.h
5missingIncludeSysteminformationInclude file: <string> not found. Please note: Cppcheck does not need standard library headers to get proper results.
6missingIncludeSysteminformationInclude file: <string_view> not found. Please note: Cppcheck does not need standard library headers to get proper results.
28unusedStructMember563stylestruct member 'Processor::default_options_file' is never used.
/builds/robocop/robocop-core/include/core/robocop/core/collision_filter.h
260shadowFunction398styleLocal variable 'body_index' shadows outer function
273unusedStructMember563styleclass member 'CollisionFilter::bodies_state_' is never used.
288functionStatic398performance, inconcl.Technically the member function 'formatter < robocop :: CollisionFilter :: State >::parse' can be static (but you may consider moving to unnamed namespace).
292functionStatic398performance, inconcl.Technically the member function 'formatter < robocop :: CollisionFilter :: State >::format' can be static (but you may consider moving to unnamed namespace).
/builds/robocop/robocop-core/include/core/robocop/core/controller_iterators.h
24noExplicitConstructor398styleClass 'TaskIterator' has a constructor with 1 argument that is not explicit.
24passedByValue398performance, inconcl.Function parameter 'task_it' should be passed by const reference.
29noExplicitConstructor398styleClass 'TaskIterator' has a constructor with 1 argument that is not explicit.
29passedByValue398performance, inconcl.Function parameter 'task_it' should be passed by const reference.
33postfixOperator398performancePrefer prefix ++/-- operators for non-primitive types.
44postfixOperator398performancePrefer prefix ++/-- operators for non-primitive types.
54passedByValue398performance, inconcl.Function parameter 'n' should be passed by const reference.
59passedByValue398performance, inconcl.Function parameter 'n' should be passed by const reference.
64passedByValue398performance, inconcl.Function parameter 'n' should be passed by const reference.
70passedByValue398performance, inconcl.Function parameter 'n' should be passed by const reference.
107noExplicitConstructor398styleStruct 'TasksWrapper' has a constructor with 1 argument that is not explicit.
117functionConst398style, inconcl.Technically the member function 'robocop::detail::TasksWrapper::begin' can be const.
125functionConst398style, inconcl.Technically the member function 'robocop::detail::TasksWrapper::end' can be const.
/builds/robocop/robocop-core/include/core/robocop/core/iterators.h
24noExplicitConstructor398styleStruct 'ContainerWrapperIterator' has a constructor with 1 argument that is not explicit.
24passedByValue398performance, inconcl.Function parameter 'it' should be passed by const reference.
28postfixOperator398performancePrefer prefix ++/-- operators for non-primitive types.
38postfixOperator398performancePrefer prefix ++/-- operators for non-primitive types.
48passedByValue398performance, inconcl.Function parameter 'n' should be passed by const reference.
53passedByValue398performance, inconcl.Function parameter 'n' should be passed by const reference.
58passedByValue398performance, inconcl.Function parameter 'n' should be passed by const reference.
64passedByValue398performance, inconcl.Function parameter 'n' should be passed by const reference.
119functionConst398style, inconcl.Technically the member function 'robocop::MapStringIterator::operator.' can be const.
/builds/robocop/robocop-core/include/core/robocop/core/processors_config.h
75unusedStructMember563stylestruct member 'ConfigOption::option' is never used.
/builds/robocop/robocop-core/src/core/robocop/core/processors_config.cpp
44useStlAlgorithm398styleConsider using std::transform algorithm instead of a raw loop.