You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Alexander Falb (JIRA)" <ji...@apache.org> on 2018/07/16 11:32:00 UTC

[jira] [Comment Edited] (DELTASPIKE-1353) null values as arguments in messagebundles lead to exceptions

    [ https://issues.apache.org/jira/browse/DELTASPIKE-1353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16545091#comment-16545091 ] 

Alexander Falb edited comment on DELTASPIKE-1353 at 7/16/18 11:31 AM:
----------------------------------------------------------------------

I'm currently working on improving the unittests and preparing a fix for this issue: https://github.com/elexx/deltaspike/tree/feature/DELTASPIKE-1353_nullArgsMessagebundles


was (Author: elexx):
I'm currently working improving the unittests and preparing a fix for this issue: https://github.com/elexx/deltaspike/tree/feature/DELTASPIKE-1353_nullArgsMessagebundles

> null values as arguments in messagebundles lead to exceptions
> -------------------------------------------------------------
>
>                 Key: DELTASPIKE-1353
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-1353
>             Project: DeltaSpike
>          Issue Type: Bug
>    Affects Versions: 1.8.2
>            Reporter: Alexander Falb
>            Priority: Major
>         Attachments: org.apache.deltaspike.test.core.api.message.MessageFormattedMessageTest.txt, org.apache.deltaspike.test.core.api.message.SimpleMessageTest.txt
>
>
> When using a Deltaspike Messagebundle and feeding {{null}} as argument to some non-String argument, the MessageInterpolators throw Exceptions. Depending if I use the MessageFormatter or the String.format based Interpolater the Exceptions differ, but origin from the same missassumption, that {{null}} can be replaced with {{"'null'"}} (MessageBundleInvocationHandler:179)
> I created 2 unittests to showcase this behaviour, see attached surefire logs.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)