Commit Graph

5 Commits

Author SHA1 Message Date
Salma 297e429e5a fix: Reduce High severity issues reported by SonarCloud #2865 (#3103)
* fix: add UnsupportedOperationException in KingsHand and GameLoopTest

* refactor: update DatabaseService to use constant for BINARY_DATA and remove obsolete test files

* refactor: update timePasses method in KingsHand

* refactor CandyGame.java

* refactor: simplify boundary checks in CandyGame

* feat: add getters for type and points in Candy class and initialize logger in CandyGame

* remove class and logger initialization in CandyGame

* Modify CandyGame.java

* fix Checkstyle violations

* Remove generic wildcard type in ThreatAwareSystem
2024-12-07 20:31:59 +02:00
Ilkka Seppälä 2a789cf65a docs: update server session 2024-05-20 11:43:27 +03:00
Ilkka Seppälä 2807f1f976 fix: fix missing server session class diagram 2024-04-12 19:54:20 +03:00
Ilkka Seppälä 56dfd8c2d7 fix: Fix server session (#2913)
* fix server session

* fix version
2024-04-11 22:11:42 +03:00
Riley 943d233120 feat: #2848 Server Session pattern (#2909)
* #2848 Moved project from private project directory to forked repo

* #2848 Requested changes implemented
2024-04-11 18:55:47 +03:00