Removed debug code. #21
Annotations
9 errors, 10 warnings, and 10 notices
|
src/config/recording.hpp:5:10 [clang-diagnostic-error]:
src/config/recording.hpp#L5
'nlohmann/json.hpp' file not found
|
|
src/cli/validation.hpp:3:10 [clang-diagnostic-error]:
src/cli/validation.hpp#L3
'CLI/App.hpp' file not found
|
|
src/config/detection.hpp:3:10 [clang-diagnostic-error]:
src/config/detection.hpp#L3
'nlohmann/json.hpp' file not found
|
|
src/cli/calibration.hpp:3:10 [clang-diagnostic-error]:
src/cli/calibration.hpp#L3
'CLI/App.hpp' file not found
|
|
src/tools/image_validator.hpp:5:10 [clang-diagnostic-error]:
src/tools/image_validator.hpp#L5
'metavision/sdk/core/utils/frame_composer.h' file not found
|
|
src/cli/board_creation.hpp:5:10 [clang-diagnostic-error]:
src/cli/board_creation.hpp#L5
'CLI/App.hpp' file not found
|
|
src/cli/recording.hpp:3:10 [clang-diagnostic-error]:
src/cli/recording.hpp#L3
'CLI/App.hpp' file not found
|
|
src/config/board.hpp:3:10 [clang-diagnostic-error]:
src/config/board.hpp#L3
'nlohmann/json.hpp' file not found
|
|
src/config/viewing.hpp:3:10 [clang-diagnostic-error]:
src/config/viewing.hpp#L3
'toml++/toml.hpp' file not found
|
|
|
|
src/recoding/detection_validator.cpp:23:30 [readability-function-cognitive-complexity]:
src/recoding/detection_validator.cpp#L23
function 'start' has cognitive complexity of 57 (threshold 25)
|
|
src/recoding/detection_validator.cpp:23:30 [readability-convert-member-functions-to-static]:
src/recoding/detection_validator.cpp#L23
method 'start' can be made static
|
|
src/recoding/detection_validator.cpp:12:44 [bugprone-easily-swappable-parameters]:
src/recoding/detection_validator.cpp#L12
2 adjacent parameters of 'DetectionValidator' of convertible types are easily swapped by mistake
|
|
src/recoding/detection_validator.cpp:8:5 [cppcoreguidelines-pro-type-member-init]:
src/recoding/detection_validator.cpp#L8
constructor does not initialize these fields: stopSource_, stopToken_, charucoDetector_
|
|
src/executors/board_runner.cpp:43:32 [readability-identifier-length]:
src/executors/board_runner.cpp#L43
variable name 'j' is too short, expected at least 3 characters
|
|
src/executors/board_runner.cpp:37:39 [readability-identifier-length]:
src/executors/board_runner.cpp#L37
variable name 'ss' is too short, expected at least 3 characters
|
|
src/executors/board_runner.cpp:10:27 [bugprone-easily-swappable-parameters]:
src/executors/board_runner.cpp#L10
2 adjacent parameters of 'runBoardCreation' of similar type are easily swapped by mistake
|
|
src/recoding/recorders/prophesee_cam_worker.hpp:23:34 [cppcoreguidelines-avoid-const-or-ref-data-members]:
src/recoding/recorders/prophesee_cam_worker.hpp#L23
member 'configBackend_' of type 'const Config::Prophesee &' is a reference
|
|
src/cli/board_creation.cpp:4:17 [modernize-use-trailing-return-type]:
src/cli/board_creation.cpp#L4
use a trailing return type for this function
|
|
Run clang-format on src/yaccp.cpp:
src/yaccp.cpp#L0
File src/yaccp.cpp does not conform to LLVM style guidelines. (lines 8, 13, 17, 19, 20, 21, 23, 24, 25, 26, 27, 29, 30, 31, 32, 33, 34, 35, 37, 38, 39, 40, 41, 42, 44, 45, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 61, 62, 65, 66, 67, 68, 69, 70, 71, 73, 74, 75, 76, 77, 78, 79, 82)
|
|
Run clang-format on src/config/board.hpp:
src/config/board.hpp#L0
File src/config/board.hpp does not conform to LLVM style guidelines. (lines 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 62, 64, 65, 67)
|
|
Run clang-format on src/cli/calibration.cpp:
src/cli/calibration.cpp#L0
File src/cli/calibration.cpp does not conform to LLVM style guidelines. (lines 3, 4, 5, 7, 9, 10, 12, 14, 15, 17)
|
|
Run clang-format on src/executors/recording_runner.cpp:
src/executors/recording_runner.cpp#L0
File src/executors/recording_runner.cpp does not conform to LLVM style guidelines. (lines 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 28, 29, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 43, 44, 45, 46, 47, 48, 49, 50, 51, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 66, 67, 69, 70, 71, 72, 74, 75, 76, 78, 79, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 109, 110, 111, 113, 114, 116, 117, 119, 120, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 136, 137, 138, 139, 140, 141, 143, 145, 146, 147, 148, 150, 151, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 173, 174, 175, 176, 178, 179, 180, 181, 182, 183, 185, 186, 187, 188, 189, 190, 191, 192, 194, 195, 197, 198, 199, 200, 201, 203, 204, 205, 206, 207, 208, 209, 210, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 237, 238, 239, 240, 241, 243, 244, 245, 246, 247, 249)
|
|
Run clang-format on src/recoding/detection_validator.cpp:
src/recoding/detection_validator.cpp#L0
File src/recoding/detection_validator.cpp does not conform to LLVM style guidelines. (lines 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 24, 25, 26, 27, 28, 31, 33, 34, 35, 36, 38, 39, 40, 41, 42, 44, 45, 46, 47, 49, 50, 51, 53, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83, 84, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 101, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 116, 117, 118, 120, 121, 123, 124, 125, 127, 128, 129, 131, 133, 134, 136, 137, 138, 139, 140, 141, 142, 143, 144, 146)
|
|
Run clang-format on src/executors/board_runner.cpp:
src/executors/board_runner.cpp#L0
File src/executors/board_runner.cpp does not conform to LLVM style guidelines. (lines 5, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 42, 43, 44, 45, 47, 49, 50, 51, 53)
|
|
Run clang-format on src/config/viewing.hpp:
src/config/viewing.hpp#L0
File src/config/viewing.hpp does not conform to LLVM style guidelines. (lines 5, 6, 7, 8, 10, 11, 13)
|
|
Run clang-format on src/recoding/recorders/prophesee_cam_worker.hpp:
src/recoding/recorders/prophesee_cam_worker.hpp#L0
File src/recoding/recorders/prophesee_cam_worker.hpp does not conform to LLVM style guidelines. (lines 3, 6, 7, 9, 10, 11, 12, 13, 14, 15, 16, 18, 20, 22, 23, 24, 25, 27, 28)
|
|
Run clang-format on src/cli/board_creation.cpp:
src/cli/board_creation.cpp#L0
File src/cli/board_creation.cpp does not conform to LLVM style guidelines. (lines 3, 4, 5, 7, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 41, 42, 43, 44, 45, 47, 48, 49, 50, 51, 53)
|
|
Run clang-format on src/executors/calibration_runner.hpp:
src/executors/calibration_runner.hpp#L0
File src/executors/calibration_runner.hpp does not conform to LLVM style guidelines. (lines 5, 6, 7, 8, 9, 10, 12)
|