You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "stephen mallette (JIRA)" <ji...@apache.org> on 2019/06/20 19:31:00 UTC

[jira] [Closed] (TINKERPOP-2236) Improve error messaging for TinkerGraph IdManagers that fail on conversions

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

stephen mallette closed TINKERPOP-2236.
---------------------------------------
       Resolution: Done
    Fix Version/s: 3.5.0
                   3.4.3
                   3.3.8

Fixed with:

https://github.com/apache/tinkerpop/commit/dcf9e070eac6cce7bd651c22059ecd8738f692d5

> Improve error messaging for TinkerGraph IdManagers that fail on conversions
> ---------------------------------------------------------------------------
>
>                 Key: TINKERPOP-2236
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2236
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: tinkergraph
>    Affects Versions: 3.3.7
>            Reporter: stephen mallette
>            Assignee: stephen mallette
>            Priority: Minor
>             Fix For: 3.3.8, 3.4.3, 3.5.0
>
>
> The current exception message is not clear as it's just the message from {{NumberFormatException}} as follows:
> {code}
> gremlin> g.addV('Person').property(id, 'P1').property('age', 20)
> For input string: "P1"
> Type ':help' or ':h' for help.
> Display stack trace? [yN]y
> {code}



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