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 2015/04/07 19:11:13 UTC

[jira] [Updated] (TINKERPOP3-614) There are various bugs in the Java8 code of the I/O section.

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

stephen mallette updated TINKERPOP3-614:
----------------------------------------
    Affects Version/s:     (was: 3.0.0.GA)
        Fix Version/s: 3.0.0.GA

> There are various bugs in the Java8 code of the I/O section.
> ------------------------------------------------------------
>
>                 Key: TINKERPOP3-614
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP3-614
>             Project: TinkerPop 3
>          Issue Type: Bug
>          Components: documentation
>            Reporter: Marko A. Rodriguez
>            Assignee: stephen mallette
>             Fix For: 3.0.0.GA
>
>
> {code}
> graph.io().graphSONWriter().mapper(mapper).create().writeVertex(f, g.V(1).next(), BOTH) // where is g defined?
> {code}
> {code}
> graph.io().graphSONWriter().mapper(mapper).create().writeGraph(os, g) // g should be graph.
> {code}
> ... sucks we can't use [~dkuppitz] preprocessor on Java code. 



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