Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Reset TreeGrid connector on refreshAll #950

Merged
merged 2 commits into from
Apr 27, 2020
Merged

Reset TreeGrid connector on refreshAll #950

merged 2 commits into from
Apr 27, 2020

Conversation

pekam
Copy link
Contributor

@pekam pekam commented Apr 22, 2020

Fixes #891.

By clearing the connector from all the pending stuff from previous
refresh, the data is not messed up by updates from outdated requests.

This seems to also help with the slowness of the updates at least to
some extent.

Fixes #891.

By clearing the connector from all the pending stuff from previous
refresh, the data is not messed up by updates from outdated requests.

This seems to also help with the slowness of the updates at least to
some extent.
@vaadin-bot
Copy link

SonarQube analysis reported 5 issues

  • MAJOR 4 major
  • MINOR 1 minor

Watch the comments in this conversation to review them.

4 extra issues

Note: The following issues were found on lines that were not modified in the pull request. Because these issues can't be reported as line comments, they are summarized here:

  1. MAJOR TreeGrid.java#L487: Call "Optional#isPresent()" before accessing the value. rule
  2. MAJOR TreeGrid.java#L488: Either log or rethrow this exception. rule
  3. MAJOR TreeGrid.java#L503: Either log or rethrow this exception. rule
  4. MINOR TreeGrid.java#L195: Move this constructor to comply with Java Code Conventions. rule

@pekam pekam merged commit d8bcd98 into master Apr 27, 2020
@pekam pekam deleted the fix-891 branch April 27, 2020 12:46
pekam added a commit that referenced this pull request Apr 27, 2020
Fixes #891.

By clearing the connector from all the pending stuff from previous
refresh, the data is not messed up by updates from outdated requests.

This seems to also help with the slowness of the updates at least to
some extent.
pekam added a commit that referenced this pull request Apr 27, 2020
Fixes #891.

By clearing the connector from all the pending stuff from previous
refresh, the data is not messed up by updates from outdated requests.

This seems to also help with the slowness of the updates at least to
some extent.
pekam added a commit that referenced this pull request Apr 27, 2020
Fixes #891.

By clearing the connector from all the pending stuff from previous
refresh, the data is not messed up by updates from outdated requests.

This seems to also help with the slowness of the updates at least to
some extent.
pekam added a commit that referenced this pull request Apr 27, 2020
Fixes #891.

By clearing the connector from all the pending stuff from previous
refresh, the data is not messed up by updates from outdated requests.

This seems to also help with the slowness of the updates at least to
some extent.
pekam added a commit that referenced this pull request Apr 27, 2020
Fixes #891.

By clearing the connector from all the pending stuff from previous
refresh, the data is not messed up by updates from outdated requests.

This seems to also help with the slowness of the updates at least to
some extent.
pekam added a commit that referenced this pull request Apr 27, 2020
Fixes #891.

By clearing the connector from all the pending stuff from previous
refresh, the data is not messed up by updates from outdated requests.

This seems to also help with the slowness of the updates at least to
some extent.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Filtering+expansion broken
3 participants