Skip to content

Fixed cloning ptr assignment operator (#235) #1198

Fixed cloning ptr assignment operator (#235)

Fixed cloning ptr assignment operator (#235) #1198

Triggered via push October 11, 2024 22:02
Status Success
Total duration 7m 16s
Artifacts

analysis.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error, 10 warnings, and 10 notices
test/test_dynamic_bitset.cpp:30:13 [cppcoreguidelines-owning-memory]: test/test_dynamic_bitset.cpp#L30
assigning newly created 'gsl::owner<>' to non-owner 'buffer_type' (aka 'unsigned char *')
test/test_dynamic_bitset.cpp:30:13 [cppcoreguidelines-prefer-member-initializer]: test/test_dynamic_bitset.cpp#L30
'p_buffer' should be initialized in a member initializer of the constructor
test/test_dynamic_bitset.cpp:35:13 [cppcoreguidelines-prefer-member-initializer]: test/test_dynamic_bitset.cpp#L35
'm_null_count' should be initialized in an in-class default member initializer
test/test_dynamic_bitset.cpp:36:13 [cppcoreguidelines-prefer-member-initializer]: test/test_dynamic_bitset.cpp#L36
'p_expected_buffer' should be initialized in a member initializer of the constructor
test/test_dynamic_bitset.cpp:118:13 [cppcoreguidelines-owning-memory]: test/test_dynamic_bitset.cpp#L118
initializing non-owner 'std::uint8_t *' (aka 'unsigned char *') with a newly created 'gsl::owner<>'
test/test_dynamic_bitset.cpp:118:13 [modernize-use-auto]: test/test_dynamic_bitset.cpp#L118
use auto when initializing with new to avoid duplicating the type name
test/test_dynamic_bitset.cpp:147:13 [cppcoreguidelines-owning-memory]: test/test_dynamic_bitset.cpp#L147
initializing non-owner 'std::uint8_t *' (aka 'unsigned char *') with a newly created 'gsl::owner<>'
test/test_dynamic_bitset.cpp:147:13 [modernize-use-auto]: test/test_dynamic_bitset.cpp#L147
use auto when initializing with new to avoid duplicating the type name
test/test_dynamic_bitset.cpp:176:24 [modernize-use-bool-literals]: test/test_dynamic_bitset.cpp#L176
converting integer literal to bool, use bool literal instead
test/test_dynamic_bitset.cpp:181:24 [modernize-use-bool-literals]: test/test_dynamic_bitset.cpp#L181
converting integer literal to bool, use bool literal instead
Run clang-format on test/test_array_wrapper.cpp: test/test_array_wrapper.cpp#L1
File test/test_array_wrapper.cpp does not conform to Custom style guidelines. (lines 15, 27, 38, 141)
Run clang-format on test/test_dispatch.cpp: test/test_dispatch.cpp#L1
File test/test_dispatch.cpp does not conform to Custom style guidelines. (lines 16, 26, 37, 38)
Run clang-format on test/test_null_array.cpp: test/test_null_array.cpp#L1
File test/test_null_array.cpp does not conform to Custom style guidelines. (lines 15, 28, 92)
Run clang-format on test/test_primitive_array.cpp: test/test_primitive_array.cpp#L1
File test/test_primitive_array.cpp does not conform to Custom style guidelines. (lines 15)
Run clang-format on test/test_list_array.cpp: test/test_list_array.cpp#L1
File test/test_list_array.cpp does not conform to Custom style guidelines. (lines 15, 26, 27, 33, 42, 48, 56, 60, 64, 66, 70, 71, 72, 73, 74, 81, 98, 100, 106, 107, 115, 116, 122, 131, 145, 154, 156, 160, 161, 162, 163, 164, 171, 188, 190, 196, 197, 202, 206, 207, 208, 214, 226, 238, 245, 254, 256, 260, 261, 262, 263, 264, 273)
Run clang-format on test/test_arrow_array_schema_factory.cpp: test/test_arrow_array_schema_factory.cpp#L1
File test/test_arrow_array_schema_factory.cpp does not conform to Custom style guidelines. (lines 21)
Run clang-format on test/test_memory.cpp: test/test_memory.cpp#L1
File test/test_memory.cpp does not conform to Custom style guidelines. (lines 200, 418, 476)
Run clang-format on test/test_arrow_array.cpp: test/test_arrow_array.cpp#L1
File test/test_arrow_array.cpp does not conform to Custom style guidelines. (lines 285, 286, 287, 288, 289, 290, 291, 292, 294, 299, 309, 314, 315, 316, 317, 318, 319, 320, 321, 323, 324, 325, 326, 327, 328, 329, 330, 332, 333, 334, 335, 336, 337, 338, 339, 341, 342, 343, 344, 345, 346, 347, 348, 350, 351, 352, 353, 354, 355, 356, 357)
Run clang-format on test/test_buffer_adaptor.cpp: test/test_buffer_adaptor.cpp#L1
File test/test_buffer_adaptor.cpp does not conform to Custom style guidelines. (lines 26)
Run clang-format on test/test_nullable.cpp: test/test_nullable.cpp#L1
File test/test_nullable.cpp does not conform to Custom style guidelines. (lines 96, 102, 125, 126, 127, 138, 139, 140, 144, 150, 151, 152, 156, 162, 163, 164, 168, 928, 957)