[
https://issues.apache.org/jira/browse/TINKERPOP3-614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stephen mallette closed TINKERPOP3-614.
---------------------------------------
Resolution: Fixed
done - given
https://github.com/apache/incubator-tinkerpop/commit/22f17527caddc756af2c595ce94daf40f5c2a781
> 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)