[WIP] DEBUG: Changes to allow easier debugging of the FindNeighborHoods filter #3041
Annotations
10 errors and 10 warnings
|
src/Plugins/ComplexCore/src/ComplexCore/Filters/Algorithms/FindNeighborhoods.cpp#L8
code should be clang-formatted [-Wclang-format-violations]
|
src/Plugins/ComplexCore/src/ComplexCore/Filters/Algorithms/FindNeighborhoods.cpp#L49
code should be clang-formatted [-Wclang-format-violations]
|
src/Plugins/ComplexCore/src/ComplexCore/Filters/Algorithms/FindNeighborhoods.cpp#L50
code should be clang-formatted [-Wclang-format-violations]
|
src/Plugins/ComplexCore/src/ComplexCore/Filters/FindNeighborhoodsFilter.cpp#L5
code should be clang-formatted [-Wclang-format-violations]
|
src/Plugins/ComplexCore/src/ComplexCore/Filters/FindNeighborhoodsFilter.cpp#L57
code should be clang-formatted [-Wclang-format-violations]
|
src/Plugins/ComplexCore/src/ComplexCore/Filters/FindNeighborhoodsFilter.cpp#L147
code should be clang-formatted [-Wclang-format-violations]
|
src/Plugins/ComplexCore/test/FindNeighborhoodsTest.cpp#L79
code should be clang-formatted [-Wclang-format-violations]
|
src/Plugins/ComplexCore/test/FindNeighborhoodsTest.cpp#L105
code should be clang-formatted [-Wclang-format-violations]
|
|
src/Plugins/ComplexCore/src/ComplexCore/Filters/Algorithms/FindNeighborhoods.cpp#L8
[clang-format] reported by reviewdog 🐶
Raw Output:
src/Plugins/ComplexCore/src/ComplexCore/Filters/Algorithms/FindNeighborhoods.cpp:8:-#include <cmath>
|
src/Plugins/ComplexCore/src/ComplexCore/Filters/Algorithms/FindNeighborhoods.cpp#L10
[clang-format] reported by reviewdog 🐶
Raw Output:
src/Plugins/ComplexCore/src/ComplexCore/Filters/Algorithms/FindNeighborhoods.cpp:9:+#include <cmath>
|
src/Plugins/ComplexCore/src/ComplexCore/Filters/Algorithms/FindNeighborhoods.cpp#L49
[clang-format] reported by reviewdog 🐶
Raw Output:
src/Plugins/ComplexCore/src/ComplexCore/Filters/Algorithms/FindNeighborhoods.cpp:49:- //m_MessageHandler(complex::IFilter::ProgressMessage{complex::IFilter::Message::Type::Info, message, progInt});
src/Plugins/ComplexCore/src/ComplexCore/Filters/Algorithms/FindNeighborhoods.cpp:50:- std::cout << message<< "\n";
src/Plugins/ComplexCore/src/ComplexCore/Filters/Algorithms/FindNeighborhoods.cpp:49:+ // m_MessageHandler(complex::IFilter::ProgressMessage{complex::IFilter::Message::Type::Info, message, progInt});
src/Plugins/ComplexCore/src/ComplexCore/Filters/Algorithms/FindNeighborhoods.cpp:50:+ std::cout << message << "\n";
|
src/Plugins/ComplexCore/src/ComplexCore/Filters/FindNeighborhoodsFilter.cpp#L10
[clang-format] reported by reviewdog 🐶
Raw Output:
src/Plugins/ComplexCore/src/ComplexCore/Filters/FindNeighborhoodsFilter.cpp:10:+#include "complex/Parameters/BoolParameter.hpp"
|
src/Plugins/ComplexCore/src/ComplexCore/Filters/FindNeighborhoodsFilter.cpp#L13
[clang-format] reported by reviewdog 🐶
Raw Output:
src/Plugins/ComplexCore/src/ComplexCore/Filters/FindNeighborhoodsFilter.cpp:13:-#include "complex/Parameters/BoolParameter.hpp"
|
src/Plugins/ComplexCore/src/ComplexCore/Filters/FindNeighborhoodsFilter.cpp#L59
[clang-format] reported by reviewdog 🐶
Raw Output:
src/Plugins/ComplexCore/src/ComplexCore/Filters/FindNeighborhoodsFilter.cpp:59:-
|
src/Plugins/ComplexCore/src/ComplexCore/Filters/FindNeighborhoodsFilter.cpp#L147
[clang-format] reported by reviewdog 🐶
Raw Output:
src/Plugins/ComplexCore/src/ComplexCore/Filters/FindNeighborhoodsFilter.cpp:147:- inputValues.ParallelExecution = filterArgs.value<bool>(k_Parallel_Key);
src/Plugins/ComplexCore/src/ComplexCore/Filters/FindNeighborhoodsFilter.cpp:146:+ inputValues.ParallelExecution = filterArgs.value<bool>(k_Parallel_Key);
|
src/Plugins/ComplexCore/test/FindNeighborhoodsTest.cpp#L79
[clang-format] reported by reviewdog 🐶
Raw Output:
src/Plugins/ComplexCore/test/FindNeighborhoodsTest.cpp:79:-//TEST_CASE("ComplexCore::FindNeighborhoods Debug", "[ComplexCore][FindNeighborhoods]")
src/Plugins/ComplexCore/test/FindNeighborhoodsTest.cpp:79:+// TEST_CASE("ComplexCore::FindNeighborhoods Debug", "[ComplexCore][FindNeighborhoods]")
|
src/Plugins/ComplexCore/test/FindNeighborhoodsTest.cpp#L106
[clang-format] reported by reviewdog 🐶
Raw Output:
src/Plugins/ComplexCore/test/FindNeighborhoodsTest.cpp:106:-
src/Plugins/ComplexCore/test/FindNeighborhoodsTest.cpp:107:-
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, ammaraskar/gcc-problem-matcher@a141586609e2a558729b99a8c574c048f7f56204. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading