allegro / allegro/tradukisto

Bug: InvocationTargetException using SPANISH_INTEGER and some others

Aberta
#159 1 comentário 0 reações 0 responsáveis Ver no GitHub
bug
Linguagem predominante
Groovy
Estrelas
214
Forks
97
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

- [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!

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.