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

NPE when typing a fully qualified name in Symbol view #3

Open
gayanper opened this issue Jul 24, 2019 · 1 comment
Open

NPE when typing a fully qualified name in Symbol view #3

gayanper opened this issue Jul 24, 2019 · 1 comment

Comments

@gayanper
Copy link
Owner

java.lang.NullPointerException
at org.eclipse.jdt.internal.core.search.matching.OrPattern.(OrPattern.java:34)
at org.eclipse.jdt.core.search.SearchPattern.createOrPattern(SearchPattern.java:1393)
at org.gap.eclipse.jdt.symbol.OpenSymbolDialog.fillContentProvider(OpenSymbolDialog.java:101)
at org.eclipse.ui.dialogs.FilteredItemsSelectionDialog$FilterJob.filterContent(FilteredItemsSelectionDialog.java:1927)
at org.eclipse.ui.dialogs.FilteredItemsSelectionDialog$FilterJob.internalRun(FilteredItemsSelectionDialog.java:1882)
at org.eclipse.ui.dialogs.FilteredItemsSelectionDialog$FilterJob.doRun(FilteredItemsSelectionDialog.java:1859)
at org.eclipse.ui.dialogs.FilteredItemsSelectionDialog$FilterJob.run(FilteredItemsSelectionDialog.java:1847)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)

@gayanper
Copy link
Owner Author

gayanper commented Mar 2, 2020

This happens when typing as follows

ArrayList.

@gayanper gayanper reopened this Mar 2, 2020
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

No branches or pull requests

1 participant