allegro / allegro/tradukisto

Bug: InvocationTargetException using SPANISH_INTEGER and some others

Aperta
#159 1 commento 0 reazioni 0 assegnatari Vedi su GitHub
bug
Lingua principale
Groovy
Stelle
214
Fork
97
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

- [x] I checked [other issues](https://github.com/allegro/tradukisto/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!

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.