Skip to content
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

Debug GUI toolchain dialog opens empty window #196

Closed
schillic opened this issue Jun 25, 2017 · 0 comments
Closed

Debug GUI toolchain dialog opens empty window #196

schillic opened this issue Jun 25, 2017 · 0 comments

Comments

@schillic
Copy link
Member

I think this problem only exists on Linux platform.

The window is created here:
https://github.com/ultimate-pa/ultimate/blob/dev/trunk/source/GuiRCP/src/de/uni_freiburg/informatik/ultimate/gui/dialogs/AnalysisChooseDialog.java#L148

When passing null as parent, the window is not created, and no problems arose so far.
Note that this must be implemented with a private method because just passing null makes the constructor ambiguous.

I do not know the consequences, especially on a non-Linux platform.
The method documentation discourages passing null.
Somebody else please check and confirm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant