el-spec
el-spec copied to clipboard
Define behaviour for MethodExpression.invoke() with incorrect parameters
See https://bz.apache.org/bugzilla/show_bug.cgi?id=57855
If a MethodExpression has been created (wihtout parameters), what is the expected behaviour if invoke() is called with null for the parameters or the wrong number of parameters? IAE, IAE wrapped in an ELException? Something else?
Reported by markt_asf
Was assigned to kchung
This issue was imported from java.net JIRA EL_SPEC-24