Skip to content

Ensure that keywords aren't used for variable names#22

Open
homedirectory wants to merge 1 commit intoOriRoth:masterfrom
homedirectory:name-fix
Open

Ensure that keywords aren't used for variable names#22
homedirectory wants to merge 1 commit intoOriRoth:masterfrom
homedirectory:name-fix

Conversation

@homedirectory
Copy link

This corrects the generation of variable names corresponding to terminal parameters, such as Class or Enum.
Previous implementation could erronously generate code such as: java.lang.Enum enum = ...; or Type method(Class class)

This corrects the generation of variable names corresponding to terminal
parameters, such as Class or Enum.
Previous implementation could erronously generate code such as:
`java.lang.Enum enum = ...;` or `Type method(Class class)`
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.

1 participant