[dna-issues] [JBoss JIRA] Resolved: (DNA-443) Java sequencer is not saving content correctly

Brian Carothers (JIRA) jira-events at lists.jboss.org
Wed Jun 10 10:53:58 EDT 2009


     [ https://jira.jboss.org/jira/browse/DNA-443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Carothers resolved DNA-443.
---------------------------------

    Fix Version/s: 0.5
                       (was: 0.6)
       Resolution: Done


Applied patch that changes all of the node creation to use the destination instead of doing direct writes to the graph.  Had to add an accumulator to keep track of the created paths.  This should have a beneficial effect on performance over the use of createIfMissing, since it avoids having to continually read in the nodes at the root of the graph.  The patch also adds a new test case to verify that the StreamSequencerAdapter is not creating extra nodes.

> Java sequencer is not saving content correctly
> ----------------------------------------------
>
>                 Key: DNA-443
>                 URL: https://jira.jboss.org/jira/browse/DNA-443
>             Project: DNA
>          Issue Type: Bug
>          Components: Examples, Sequencers
>    Affects Versions: 0.4
>            Reporter: Randall Hauch
>            Assignee: Brian Carothers
>             Fix For: 0.5
>
>
> The Java sequencer doesn't appear to be sequencing the Java source code and saving it correctly.  The SequencingClientTest.shouldUploadAndSequenceJavaSourceFile() fails and has been temporarily ignored.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the dna-issues mailing list