| /builds/robocop/robocop-core/apps/app-config-generator/cli_parser.h |
| 3 | missingIncludeSystem | | information | Include file: <string> not found. Please note: Cppcheck does not need standard library headers to get proper results. |
| 4 | missingIncludeSystem | | information | Include 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 |
| 8 | missingIncludeSystem | | information | Include 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 |
| 5 | missingIncludeSystem | | information | Include file: <string> not found. Please note: Cppcheck does not need standard library headers to get proper results. |
| 6 | missingIncludeSystem | | information | Include 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 |
| 3 | missingIncludeSystem | | information | Include file: <cassert> not found. Please note: Cppcheck does not need standard library headers to get proper results. |
| 4 | missingIncludeSystem | | information | Include file: <cmath> not found. Please note: Cppcheck does not need standard library headers to get proper results. |
| 5 | missingIncludeSystem | | information | Include 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 |
| 3 | missingIncludeSystem | | information | Include file: <optional> not found. Please note: Cppcheck does not need standard library headers to get proper results. |
| 4 | missingIncludeSystem | | information | Include file: <string> not found. Please note: Cppcheck does not need standard library headers to get proper results. |
| 5 | missingIncludeSystem | | information | Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results. |
| 23 | unusedStructMember | 563 | style | class member 'ModelNamespace::namespaces_' is never used. |
| /builds/robocop/robocop-core/apps/app-config-generator/module_loader.h |
| 3 | missingIncludeSystem | | information | Include file: <string> not found. Please note: Cppcheck does not need standard library headers to get proper results. |
| 4 | missingIncludeSystem | | information | Include file: <string_view> not found. Please note: Cppcheck does not need standard library headers to get proper results. |
| 24 | unusedStructMember | 563 | style | class member 'ModuleLoader::handle_' is never used. |
| /builds/robocop/robocop-core/apps/app-config-generator/processor.h |
| 5 | missingIncludeSystem | | information | Include file: <string> not found. Please note: Cppcheck does not need standard library headers to get proper results. |
| 6 | missingIncludeSystem | | information | Include file: <string_view> not found. Please note: Cppcheck does not need standard library headers to get proper results. |
| 28 | unusedStructMember | 563 | style | struct member 'Processor::default_options_file' is never used. |
| /builds/robocop/robocop-core/include/core/robocop/core/collision_filter.h |
| 260 | shadowFunction | 398 | style | Local variable 'body_index' shadows outer function |
| 273 | unusedStructMember | 563 | style | class member 'CollisionFilter::bodies_state_' is never used. |
| 288 | functionStatic | 398 | performance, inconcl. | Technically the member function 'formatter < robocop :: CollisionFilter :: State >::parse' can be static (but you may consider moving to unnamed namespace). |
| 292 | functionStatic | 398 | performance, 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 |
| 24 | noExplicitConstructor | 398 | style | Class 'TaskIterator' has a constructor with 1 argument that is not explicit. |
| 24 | passedByValue | 398 | performance, inconcl. | Function parameter 'task_it' should be passed by const reference. |
| 29 | noExplicitConstructor | 398 | style | Class 'TaskIterator' has a constructor with 1 argument that is not explicit. |
| 29 | passedByValue | 398 | performance, inconcl. | Function parameter 'task_it' should be passed by const reference. |
| 33 | postfixOperator | 398 | performance | Prefer prefix ++/-- operators for non-primitive types. |
| 44 | postfixOperator | 398 | performance | Prefer prefix ++/-- operators for non-primitive types. |
| 54 | passedByValue | 398 | performance, inconcl. | Function parameter 'n' should be passed by const reference. |
| 59 | passedByValue | 398 | performance, inconcl. | Function parameter 'n' should be passed by const reference. |
| 64 | passedByValue | 398 | performance, inconcl. | Function parameter 'n' should be passed by const reference. |
| 70 | passedByValue | 398 | performance, inconcl. | Function parameter 'n' should be passed by const reference. |
| 107 | noExplicitConstructor | 398 | style | Struct 'TasksWrapper' has a constructor with 1 argument that is not explicit. |
| 117 | functionConst | 398 | style, inconcl. | Technically the member function 'robocop::detail::TasksWrapper::begin' can be const. |
| 125 | functionConst | 398 | style, inconcl. | Technically the member function 'robocop::detail::TasksWrapper::end' can be const. |
| /builds/robocop/robocop-core/include/core/robocop/core/iterators.h |
| 24 | noExplicitConstructor | 398 | style | Struct 'ContainerWrapperIterator' has a constructor with 1 argument that is not explicit. |
| 24 | passedByValue | 398 | performance, inconcl. | Function parameter 'it' should be passed by const reference. |
| 28 | postfixOperator | 398 | performance | Prefer prefix ++/-- operators for non-primitive types. |
| 38 | postfixOperator | 398 | performance | Prefer prefix ++/-- operators for non-primitive types. |
| 48 | passedByValue | 398 | performance, inconcl. | Function parameter 'n' should be passed by const reference. |
| 53 | passedByValue | 398 | performance, inconcl. | Function parameter 'n' should be passed by const reference. |
| 58 | passedByValue | 398 | performance, inconcl. | Function parameter 'n' should be passed by const reference. |
| 64 | passedByValue | 398 | performance, inconcl. | Function parameter 'n' should be passed by const reference. |
| 119 | functionConst | 398 | style, inconcl. | Technically the member function 'robocop::MapStringIterator::operator.' can be const. |
| /builds/robocop/robocop-core/include/core/robocop/core/processors_config.h |
| 75 | unusedStructMember | 563 | style | struct member 'ConfigOption::option' is never used. |
| /builds/robocop/robocop-core/src/core/robocop/core/processors_config.cpp |
| 44 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |