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

NullPointException in LexiconCreation #3

Open
magoafono opened this issue Nov 24, 2023 · 1 comment
Open

NullPointException in LexiconCreation #3

magoafono opened this issue Nov 24, 2023 · 1 comment

Comments

@magoafono
Copy link
Collaborator

Se il servizio di creazione della forma viene chiamato passando un id (desiredID) la stampa di log crea un NullPointerException perché lexicalEntryID è null.

Row 385   service/LexiconCreation.java     
log(Level.INFO, "lexicon/creation/form of the lexical entry: " + URLDecoder.decode(lexicalEntryID, 
StandardCharsets.UTF_8.name()));

@magoafono
Copy link
Collaborator Author

Ho verificato dallo swagger che passare il lexicalEntryId è obbligatorio ma nel caso non venga passato la stampa di log crea il NullPointerException

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