Skip to content
  1. Oct 27, 2006
    • Ceki Gulcu's avatar
      - JaninoEvaluator stops itself after several errors · 7e755b89
      Ceki Gulcu authored
      - corrected a hard to spot bug in AbstractEvaluatorFilter. It has methods like
        
        public int getOnMatch()
        public void setOnMatch(String)
      
        public int getOnMismatch()
        public void setOnMismatch(String)
      
      The fact that the getter returned an int and the setter took a String has PropertySetter confused.
      I removed the getOn*match methods which were not used anywhere.
      7e755b89
  2. Oct 26, 2006
  3. Oct 25, 2006
  4. Oct 24, 2006