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

fix error on canceling source actions #1292

Merged
merged 1 commit into from
Feb 20, 2020

Conversation

Eskibear
Copy link
Contributor

Repro steps:

  • open a .java file, right click, Source Actions...
  • select Generate Getters and Setters...
  • when dropdown list occurs, press ESC to cancel.
  • boom! error occurs.

Screen Shot 2020-02-21 at 12 29 30 AM

This PR fixs the same error for:

  • implement/override methods
  • getters and setters
  • hashcode() and equals()

Signed-off-by: Yan Zhang <yanzh@microsoft.com>
@fbricon fbricon added the bug label Feb 20, 2020
@fbricon fbricon added this to the Early March 2020 milestone Feb 20, 2020
@fbricon fbricon merged commit 0726970 into redhat-developer:master Feb 20, 2020
@fbricon
Copy link
Collaborator

fbricon commented Feb 20, 2020

Nice catch @Eskibear, thanks

@Eskibear Eskibear deleted the fix-npe branch February 21, 2020 01:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants