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=6698>.
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=6698

fSchemaGrammarDescription is used without being created in XSDHandler

           Summary: fSchemaGrammarDescription is used without being created
                    in XSDHandler
           Product: Xerces2-J
           Version: 2.0.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: XML Schema Structures
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


In XSDHandler, constructTrees method accesses fSchemaGrammarDescription at line 
590, but the field is not associated with an object thus results in a NPE.

fSchemaGrammarDescription needs to get value in reset method.
e.g.
fSchemaGrammarDescription = new SchemaGrammarDescription();

I am using version xml-xerces_20020226172519.tar.gz.

-taki

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to