SL22W04: Difference between revisions

From ETM
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


<br />
<br />
* '''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<br />


*
*

Revision as of 23:30, 29 January 2022

◄ 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