You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/03/15 22:13:19 UTC

DO NOT REPLY [Bug 7159] New: - PredicatedNodeTest.getPredicate(int) needs to be public

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7159>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7159

PredicatedNodeTest.getPredicate(int) needs to be public

           Summary: PredicatedNodeTest.getPredicate(int) needs to be public
           Product: XalanJ2
           Version: 2.3Dx
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: org.apache.xpath
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: ann.patterson@peregrine.com


org.apache.xpath.axes.PredicatedNodeTest.getPredicate(int index) is currently 
package-private. It needs to be public in order for the Expression tree to be 
walked by any class that's outside the current package.