MVEL

Debugging MVEL.eval()

You may hit a weird result from MVEL.eval() due to type coercion.http://mvel.codehaus.org/MVEL+2.0+TypingAs the rules of type coercion are not fully documented, you may need to go though source codes to understand what is happening.Here is…