
| Key: |
DROOLS-471
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
Kris Verlaenen
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
drools-legacy
Created: 06/Jan/06 07:27 AM
Updated: 06/Jan/06 07:32 AM
|
|
| Component/s: |
io
|
| Affects Version/s: |
None
|
| Fix Version/s: |
2.5
|
|
|
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.
|
|
Description
|
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. |
Show » |
|