In a jrxml file, the method formatting msg() raise exceptions when using more than 3 parameters, because it is resolved to the wrong declaration of the msg() method.
Replacing all msg() method declarations with a varargs method fixes the problem (see patch attached).
Attachments:
JREvaluator_msg_varargs.patch
Recommended Comments
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now