Skip to content
Commit 7e755b89 authored by Ceki Gulcu's avatar Ceki Gulcu
Browse files

- JaninoEvaluator stops itself after several errors

- 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.
parent d67fa9ac
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment