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

Wrong folding of methods like getISO3Country() #123

Open
bastiaf opened this issue May 11, 2018 · 0 comments
Open

Wrong folding of methods like getISO3Country() #123

bastiaf opened this issue May 11, 2018 · 0 comments

Comments

@bastiaf
Copy link

bastiaf commented May 11, 2018

The getISO* methods of the Locale class are folded incorrectly.

getISO3Country -> isO3Country
getISO3Code -> is3Code

Correct would be iso3Country and iso3Code. It works correctly for method names that only use camel case, e.g. getIso3Country. Tested with version 0.9.9.8.

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