SoPra-Team-17 / LibCommon

Library für Datentypen (mit JSON-Serialisierung und -Deserialisierung), Spiel-Logik (Validierung, Siegererkennung) und KI-Logik (Generierung von Operationen)
GNU General Public License v3.0
0 stars 0 forks source link

[FIX] added initialization of optional elements of the roulette table #279

Closed authaldo closed 4 years ago

authaldo commented 4 years ago

Bei der Konstruierung des Feldes wurden in der Field Klasse die optionals nicht initialisiert. Dadurch kam es im Server bei NPC moves dazu, dass in der validateGamble ein bad optional access flog, weil der destroyed Wert nicht gesetzt war.

sonarcloud[bot] commented 4 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication