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

Java Generator - Add null enum value to switch in lookup method #732

Closed
mrettig opened this issue Oct 28, 2019 · 0 comments
Closed

Java Generator - Add null enum value to switch in lookup method #732

mrettig opened this issue Oct 28, 2019 · 0 comments

Comments

@mrettig
Copy link

mrettig commented Oct 28, 2019

The lookup method uses a switch for the common values, but uses a conditional 'if' for the null value. The patch adds the null value to the switch.
add_null_value_to_switch_.patch.txt

@mrettig mrettig changed the title Add null enum value to switch in lookup method Java Generator - Add null enum value to switch in lookup method Oct 28, 2019
@mjpt777 mjpt777 closed this as completed Oct 29, 2019
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

2 participants