SL22W04

From ETM
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.