[
https://issues.apache.org/jira/browse/ANY23-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13280767#comment-13280767
]
Hudson commented on ANY23-90:
-----------------------------
Integrated in Any23-trunk #209 (See
[https://builds.apache.org/job/Any23-trunk/209/])
Major improvement in NQuadsParser, added support for optional context. Done
NQuadsParserTest refactorings. This commit is related to issue #ANY23-90.
(Revision 1341067)
Result = SUCCESS
mostarda :
Files :
*
/incubator/any23/trunk/core/src/main/java/org/apache/any23/io/nquads/NQuadsParser.java
*
/incubator/any23/trunk/core/src/test/java/org/apache/any23/io/nquads/NQuadsParserTest.java
* /incubator/any23/trunk/core/src/test/resources/application/nquads/test1.nq
> NQuads parser should treat context as optional
> ----------------------------------------------
>
> Key: ANY23-90
> URL: https://issues.apache.org/jira/browse/ANY23-90
> Project: Apache Any23
> Issue Type: Bug
> Components: core
> Affects Versions: 0.7.0
> Reporter: Peter Ansell
>
> The NQuadsParser currently requires a context for every line. This is in
> contradiction to the NQuads spec which says that the context is optional.
> http://sw.deri.org/2008/07/n-quads/
> The following three lines, or the code in parseGraph, need to be fixed so
> that either a graph, and a dot, or just a dot are required
> graph = parseGraph(br);
> consumeSpaces(br);
> parseDot(br);
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira