Changes between Initial Version and Version 1 of Ticket #20342, comment 6


Ignore:
Timestamp:
2021-01-04T11:54:06+01:00 (3 years ago)
Author:
GerdP

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20342, comment 6

    initial v1  
    11OK, at least two different problems here:
    2 1) If all errors that were found are in the ignore list the validator tree is not rebuild (probably a regression of #16335)
     21) If all errors that were found are in the ignore list the validator tree is not rebuild (probably a regression of #16355)
    332) The error layer is not updated when `ValidatorTreePanel.buildTree()` is called with an empty error list because
    44`invalidationListeners.fireEvent(Runnable::run);` isn't executed.