fel icon indicating copy to clipboard operation
fel copied to clipboard

Fast Expression Language

Results 2 fel issues
Sort by recently updated
recently updated
newest added

- upgrade to java 9 (compile by source and target level java 8). - add slf4j info and error output. - fix bug in java 9: - JavaCompile need classpath...

Problem: Assume that s is a string. expression : s.contains("a") && s.contains("b") The result is always false. The "toBoolean" method of class "com.greenpineyu.fel.function.operator.And" need some improvement. public String toBoolean(FelNode node,...