[dna-issues] [JBoss JIRA] Created: (DNA-77) SequencerOutput setProperty and setReference method signatures need to be changed

Johnny Verhaeg (JIRA) jira-events at lists.jboss.org
Fri May 23 17:53:42 EDT 2008


SequencerOutput setProperty and setReference method signatures need to be changed
---------------------------------------------------------------------------------

                 Key: DNA-77
                 URL: http://jira.jboss.com/jira/browse/DNA-77
             Project: DNA
          Issue Type: Bug
          Components: Sequencers
    Affects Versions: 0.1
            Reporter: Johnny Verhaeg
             Fix For: 0.2


Both methods' first parameter should be a Path.  The setProperty method should have one method for each JSR-283 primitive type, with the last parameter being of that type, and the setReference method's last parameter should be Path..., as follows:

setProperty(Path nodePath, String property, Path path)
setProperty(Path nodePath, String property, Boolean value)
setProperty(Path nodePath, String property, String value)
etc.

setReference(Path nodePath, String property, Path... paths)

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

        



More information about the dna-issues mailing list