You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by sa...@apache.org on 2002/06/24 20:15:28 UTC

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/compiler Predicate.java

santiagopg    2002/06/24 11:15:28

  Modified:    java/src/org/apache/xalan/xsltc/compiler Predicate.java
  Log:
  Fix for Bugzillas 3238 and 10137.
  
  Revision  Changes    Path
  1.23      +3 -3      xml-xalan/java/src/org/apache/xalan/xsltc/compiler/Predicate.java
  
  Index: Predicate.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/xsltc/compiler/Predicate.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- Predicate.java	1 Feb 2002 20:07:08 -0000	1.22
  +++ Predicate.java	24 Jun 2002 18:15:28 -0000	1.23
  @@ -208,8 +208,8 @@
   
   		    if (fexp instanceof KeyCall)
   			_canOptimize = false;
  -		    //else if (fexp instanceof VariableRefBase)
  -		    //    _canOptimize = false;
  +		    else if (fexp instanceof VariableRefBase)
  +		        _canOptimize = false;
   		    else if (fexp instanceof ParentLocationPath)
   			_canOptimize = false;
   		    else if (fexp instanceof UnionPathExpr)
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org