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

Bug: InvocationTargetException using SPANISH_INTEGER and some others #159

Open
1 task done
joordonezoArago opened this issue Apr 9, 2024 · 0 comments
Open
1 task done
Labels

Comments

@joordonezoArago
Copy link

  • I checked other issues and ensured that there are no duplicates.

Describe the bug
ValueConverters converterCr = ValueConverters.SPANISH_INTEGER;
does not work because I have a error exception
java.lang.reflect.InvocationTargetException the problem is that the variable isn't available from static form with the message "No such static field: 'SPANISH_INTEGER'" like to some others CROATIAN_INTEGER, DUTCH_INTEGER, SLOVENE_INTEGER, HINDI_INTEGER, SWEDISH_INTEGER, JAPANESE_INTEGER the rest is ok and work.

To Reproduce
Only use 'ValueConverters converterCr = ValueConverters.SPANISH_INTEGER;'

Expected behavior
At the use 'ValueConverters converterCr = ValueConverters.SPANISH_INTEGER;' It should return the object
SPANISH_INTEGER with properties 'converter, languageCodes, name, ordinal'

System details:

  • OS: windows 10
  • JVM: openjdk version "17.0.8" 2023-07-18 LTS
    OpenJDK Runtime Environment SapMachine (build 17.0.8+7-LTS)
    OpenJDK 64-Bit Server VM SapMachine (build 17.0.8+7-LTS, mixed mode, sharing)

Additional context
I'm using Tradukisto 3.1.0 version using maven repository.

Thank you in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant