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

Fixed a null reference exception in the welcome screen tile definition #1500

Merged
merged 1 commit into from
Aug 31, 2023

Conversation

Mailaender
Copy link
Contributor

/**
* A tile can proclaim that it wants to be executed in a a given perspective, if the perspective is really switched might depend on the implementor
*
* @return the preferred perspective for this tile or <code>null</code> if there is no preference
*/
default String getPreferredPerspective() {
return null;
}

promises this can be left as the default null, but that would crash.

@eselmeister eselmeister merged commit be9c8d7 into eclipse:develop Aug 31, 2023
3 checks passed
@Mailaender Mailaender deleted the preferred-perspective-nre branch August 31, 2023 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants