You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2016/01/15 09:42:40 UTC

[jira] [Assigned] (CAMEL-9475) Simple - Calling method should favor best matching type

     [ https://issues.apache.org/jira/browse/CAMEL-9475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen reassigned CAMEL-9475:
----------------------------------

    Assignee: Claus Ibsen

> Simple - Calling method should favor best matching type
> -------------------------------------------------------
>
>                 Key: CAMEL-9475
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9475
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.17.0
>
>
> If you have an ArrayList in the message body, and do a
>    <to uri="language:simple:${body.remove(0)}?transform=false"/>
> Then Camel may call the remove(Object) on the list, instead of remove(int)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)