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

Handle Java keywords for applicatoinIds #676

Merged
merged 3 commits into from
Apr 26, 2022
Merged

Commits on Apr 23, 2022

  1. Handle Java keywords for applicatoinIds

    - Check for Java keywords when testing.
    - Add _ before a keyword when generating.
    
    See #672 for details
    andreban committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    b7b6b1c View commit details
    Browse the repository at this point in the history
  2. Fixes linter warnings

    andreban committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    f48c682 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Replaces indexOf with includes

    - Sorts list of Java keywords.
    - Replaces indexOf with includes.
    andreban committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    9e21de0 View commit details
    Browse the repository at this point in the history