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=22769>. 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=22769 variable reference from imported stylesheet causes null pointer exception [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |PatchAvailable ------- Additional Comments From [EMAIL PROTECTED] 2003-09-02 20:59 ------- Fixed the bug that didn't handle both variable and parameter referenced from imported stylesheet correctly. The addDependency() method should add the dependened variables or parameters, which should have the _ignore field set to false. In general, any variables should not dependen on other variables or parameters which will be ignored. If the dependened variables are ignored, find the variables with the same names and higher precedence from SymbolTable.
