The method setLocator in RuleSetReader should actually be setDocumentLocator
----------------------------------------------------------------------------

         Key: DROOLS-471
         URL: http://jira.codehaus.org/browse/DROOLS-471
     Project: drools
        Type: Bug

  Components: io  
    Reporter: Kris Verlaenen
    Priority: Minor


The method setLocator in RuleSetReader should override the same method defined 
in org.xml.sax.ContentHandler.
The method name should actually be setDocumentLocator.  Currently, the document 
locator of a RuleSetReader is always null.
Renaming the method fixes this problem so that line number can be retrieved 
when parsing rules.

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

Reply via email to