SL22W04

From ETM
Revision as of 18:24, 4 November 2022 by Kademlia (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

◄ SL22W03 | SL22W05 ►


  • Bug Found: screenPosition was not final in BoardHtml caused indirectly to result in chaning hash-code
    • Make everything about Board & PageState final if possible
    • Look at local vars in Board-Pages. These need to be removed?!/Final on constructor/Referenced in PageState/Board-Data container?
  • Bug: PageState hashcode typo fix
  • Rewrite PageState enums to be faster comparable by converting to Map<Key, Type> structures.