🚸 Adapt Output Format of NA Computation to mqt-naviz
format
#3479
Annotations
11 errors and 10 warnings
Run cpp-linter:
include/mqt-core/na/NAComputation.hpp#L24
no member named 'unique_ptr' in namespace 'std'
|
Run cpp-linter:
include/mqt-core/na/NAComputation.hpp#L24
'Op' does not refer to a value
|
Run cpp-linter:
include/mqt-core/na/NAComputation.hpp#L26
no member named 'unique_ptr' in namespace 'std'
|
Run cpp-linter:
include/mqt-core/na/NAComputation.hpp#L26
'Atom' does not refer to a value
|
Run cpp-linter:
include/mqt-core/na/NAComputation.hpp#L26
expected member name or ';' after declaration specifiers
|
Run cpp-linter:
include/mqt-core/na/NAComputation.hpp#L27
no member named 'unique_ptr' in namespace 'std'
|
Run cpp-linter:
include/mqt-core/na/NAComputation.hpp#L27
'Zone' does not refer to a value
|
Run cpp-linter:
include/mqt-core/na/entities/Location.hpp#L26
no type named 'int32_t' in namespace 'std'; did you mean simply 'int32_t'?
|
Run cpp-linter:
include/mqt-core/na/entities/Location.hpp#L26
no type named 'int32_t' in namespace 'std'; did you mean simply 'int32_t'?
|
Run cpp-linter:
include/mqt-core/na/entities/Location.hpp#L28
no type named 'int64_t' in namespace 'std'; did you mean simply 'int64_t'?
|
Fail if linter found errors
Process completed with exit code 1.
|
Run cpp-linter:
include/mqt-core/na/NAComputation.hpp#L17
included header iterator is not used directly
|
Run cpp-linter:
include/mqt-core/na/NAComputation.hpp#L20
included header unordered_map is not used directly
|
Run cpp-linter:
include/mqt-core/na/NAComputation.hpp#L21
included header vector is not used directly
|
Run cpp-linter:
include/mqt-core/na/NAComputation.hpp#L24
constructor does not initialize these fields: initialLocations
|
Run cpp-linter:
include/mqt-core/na/NAComputation.hpp#L39
no header providing "std::size_t" is directly included
|
Run cpp-linter:
include/mqt-core/na/NAComputation.hpp#L70
the parameter 'name' is copied for each invocation but only used as a const reference; consider making it a const reference
|
Run cpp-linter:
include/mqt-core/na/NAComputation.hpp#L73
the parameter 'name' is copied for each invocation but only used as a const reference; consider making it a const reference
|
Run cpp-linter:
include/mqt-core/na/NAComputation.hpp#L80
forwarding reference parameter 'loc' is never forwarded inside the function body
|
Run cpp-linter:
include/mqt-core/na/NAComputation.hpp#L83
forwarding reference parameter 'op' is never forwarded inside the function body
|
Run cpp-linter:
include/mqt-core/na/NAComputation.hpp#L89
forwarding reference parameter 'args' is never forwarded inside the function body
|
Loading