-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NPE at org.eclipse.e4.ui.workbench.addons.minmax.TrimStack.getFixedSides() #224
Comments
Please report stacktrace reproducable with current release 2024-06 or better with daily build: |
@jukzi , I have tried with latest release and getting below stack when I am trying to restore the view.java.lang.NullPointerException |
While debugging, I have found that line 1177(TrimStack.java) is returning NULL, which is causing a NPE while I am trying to maximize the view. |
Let's make sure issue is not already fixed in latest builds first.
Steps to reproduce
From a fresh installation and clean workspace:
Furthermore, in some instances the icons are hidden, they only show up after I restart my application.
Please see : We have upgraded RCP from 4.6.3 to 4.15 and we are getting this issue after the upgrade.
I expected: <After minimizing the window, when I click on view icon, i should be able to see the view>
But got: <I got NullPointerException in TrimStack.getFixedSides(method) and UI is behaving unusual.>
Here is some relevant log output
From
<workspace>/.metadata/.log
Tested under this environment:
Build id: 20200313-1211
Community
The text was updated successfully, but these errors were encountered: