powsybl / powsybl-afs

AFS modules for powsybl
Mozilla Public License 2.0
3 stars 1 forks source link

Cassandra check for invalid nodes #95

Open sylvlecl opened 3 years ago

sylvlecl commented 3 years ago

Please check if the PR fulfills these requirements (please use '[x]' to check the checkboxes, or submit the PR and then click the checkboxes)

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

Feature

What is the new behavior (if this is a feature change)?

An "INVALID_NODES" check is added to cassandra implementation, to detect invalid rows in the nodes table. By invalid row, we mean rows which contain null values where it should not, in particular in the name attribute.

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 4 Code Smells

82.3% 82.3% Coverage
0.0% 0.0% Duplication